TipcConnSetSocket set the socket of a connection
conn
connection to set socket for
socket
connection socket
TRUE
if socket was successfully set for connection, FALSE
otherwise.
If TipcConnSetSocket fails, it returns FALSE
and sets the global SmartSockets error number to:
TipcConnSetSocket sets the socket file descriptor of a connection. A socket is an operating system device which provides a communication link to another process. All data sent to and received from the connection is transmitted on this socket.
The connection socket file descriptor should be set only by advanced applications.
This example sets the socket of a connection:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |