UdpSocket class: Difference between revisions
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 Protocol]) messages. Bot...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
The <var>UdpSocket</var> class allows User Language programs to send and receive UDP ([http://en.wikipedia.org/wiki/User_Datagram_Protocol | The <var>UdpSocket</var> class allows User Language programs to send and receive UDP ([http://en.wikipedia.org/wiki/User_Datagram_Protocol User Datagram Protocol]) messages. | ||
Both client and server applications may be written using the <var>UdpSocket</var> class. | Both client and server applications may be written using the <var>UdpSocket</var> class. | ||
'''Note:''' | '''Note:''' | ||
To use the <var>UdpSocket</var> class, you must have licensed <var class="product">Janus Sockets</var> '''and''' <var class="product">Janus SOAP</var>. | To use the <var>UdpSocket</var> class, you must have licensed <var class="product">Janus Sockets</var> '''and''' <var class="product">Janus SOAP</var>. |
Revision as of 01:04, 17 April 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.
Note: To use the UdpSocket class, you must have licensed Janus Sockets and Janus SOAP.