|
FireSync API
|
| kStatus kPacketSocket_Receive | ( | kPacketSocket | sockt, |
| void * | buffer, | ||
| kSize | size, | ||
| kSize * | bytesRead, | ||
| k64u | timeout | ||
| ) |
Reads up to the specified number of bytes from the socket.
| sockt | kPacketSocket object. |
| buffer | Destination for bytes that are read. |
| size | Maximum count of bytes to read. |
| bytesRead | Receives count of bytes read. |
| timeout | Timeout value, in microseconds. |