List of UdpSocket methods
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 |