zStatus zUdpClient_Write(zUdpClient client, const void* buffer, zUIntPtr size);
|
Parameters |
Description |
|
zUdpClient client |
zUdpClient object. |
|
const void* buffer |
Buffer of bytes to write. |
|
zUIntPtr size |
The number of bytes to write. |
Appends the specified bytes to zUdpClient's internal write buffer.
zUdpClient.h