List of UdpSocket methods
The following are the available UdpSocket class methods.
Method | Description |
---|---|
Host | Remote host IP address |
LocalHost | Local IP address for bound socket |
LocalPort | Local port number for bound socket |
New | Create a UdpSocket object |
Port | Remote host IP port number |
Receive | Receive a UDP datagram |
Send | Send a UDP datagram |
ServerSocket | Get server UdpSocket object |
Timeout | Receive timeout |