List of UdpSocket methods

From m204wiki
Revision as of 00:55, 17 April 2012 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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