TCP/IP or UDP socket utility functions
This group of functions allows TCP/IP or UDP sockets to be set up for interprocess communications. These functions can be used in conjunction with the stream input/output functions described above to allow direct encoding and decoding of XML messages to and from socket connections.
- rtxSocketAccept - This function accepts an incoming connection request on a socket.
- rtxSocketBind - This function associates a local address with a socket.
- rtxSocketConnect -This function establishes a connection on a specified socket.
- rtxSocketCreate - This function creates a new socket.
- rtxSocketListen - This function places a socket in a state where it is listening for an incoming connection.
- rtxSocketRecv -This function receives (reads) data from a connected socket.
- rtxSocketWrite - This function writes data to a socket connection.
Copyright © Objective Systems 2002-2008 This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included. |
Objective Systems, Inc.55 Dowlin Forge RoadExton, Pennsylvania 19341 http://www.obj-sys.com Phone: (484) 875-9841 Toll-free: (877) 307-6855 (US only) Fax: (484) 875-9830 info@obj-sys.com |