zStatus zUdpClient_Read(zUdpClient client, void* buffer, zUIntPtr size);
|
Parameters |
Description |
|
zUdpClient client |
zUdpClient object. |
|
void* buffer |
Buffer to receive bytes. |
|
zUIntPtr size |
The number of bytes to read. |
Extracts the specified number of bytes from zUdpClient's internal read buffer.
zUdpClient.h