|
Function |
Description |
|
Binds the client to a local IP address and/or port. | |
|
Constructs a zUdpClient object. | |
|
Destroys a zUdpClient object. | |
|
Enables or disables broadcasting. | |
|
Enables or disables reuse of a local end point within a short period of time. | |
|
Returns the local end point for a bound client. | |
|
Extracts the specified number of bytes from zUdpClient's internal read buffer. | |
|
Blocks until a datagram is received into zUdpClient's read buffer (or until a read timeout occurs). | |
|
Blocks until the datagram in zUdpClient's internal write buffer is written to the underlying socket (or until a write timeout occurs). | |
|
Sets the size of the read buffer used by the underlying socket. | |
|
Sets the size of the write buffer used by the underlying socket. | |
|
Returns the underlying zSocket object. | |
|
Waits until the client has bytes to read or until the specified timeout period elapses. | |
|
Waits until one or more of the specified UDP clients has bytes to read or until the specified timeout period elapses. | |
|
Appends the specified bytes to zUdpClient's internal write buffer. |