List of UdpSocket methods

From m204wiki
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.

MethodDescription
HostRemote host IP address
LocalHostLocal IP address for bound socket
LocalPortLocal port number for bound socket
NewCreate a UdpSocket object
PortRemote host IP port number
ReceiveReceive a UDP datagram
SendSend a UDP datagram
ServerSocketGet server UdpSocket object
TimeoutReceive timeout

See also