zStatus zUdpClient_Send(zUdpClient client, zIPAddress address, z32u port);
|
Parameters |
Description |
|
zUdpClient client |
zUdpClient object. |
|
zIPAddress address |
IP address of the recpient. |
|
z32u port |
Port number of the recipient. |
Blocks until the datagram in zUdpClient's internal write buffer is written to the underlying socket (or until a write timeout occurs).
The Send method is used to send a datagram that has been written into zUdpClient's internal write buffer. Bytes are written into zUdpClient's internal buffer via the zUdpClient_Write method. zUdpClient_Write is typically called indirectly via a zSerializer object.
zUdpClient.h