This function tells the library that there is data to be read on a specific socket. The library calls the read callback when it receives this call.
Function Header
IMRResult IMR_ReadyReadSock(
unsigned int connID
);
Function Parameters
Field |
Input/Output |
Value or Description |
connID |
Input |
Connection ID for the socket with data ready to read. |
Function Return Status
For a complete list of possible error codes, see Error Codes.
Status |
Value or Description |
IMR_RES_OK |
The command finished successfully. |
IMR_RES_ERROR |
The connID was invalid. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |