List of UdpSocket methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(No difference)

Latest revision as of 00:55, 17 April 2012

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