Category:UdpSocket methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "The <var>UdpSocket</var> class allows User Language programs to send and receive UDP ([http://en.wikipedia.org/wiki/User_Datagram_Protocol User Datagram Proto...")
(No difference)

Revision as of 01:22, 23 June 2012

The UdpSocket class allows User Language programs to send and receive UDP (User Datagram Protocol) messages. Both client and server applications may be written using the UdpSocket class.