TipcSrvSetSocket set the socket of the connection to RTserver
socket
connection socket
TRUE
if socket was successfully set for the connection to RTserver, FALSE
otherwise.
If TipcSrvSetSocket fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TipcSrvSetSocket sets the socket file descriptor of the connection to RTserver by calling TipcConnSetSocket. All data sent to and received from the connection is transmitted on this socket. See TipcSrvGetSocket for more information on connection sockets.
TipcSrvSetSocket may attempt to automatically create a connection to RTserver. If RTclient has a warm connection to RTserver, TipcSrvSetSocket does not use the warm connection, because the warm connection does not have a valid socket. See TipcSrvCreate on automatic creation of connections and warm connections to RTserver.
None
TipcConnSetSocket, TipcSrvGetSocket
This example sets the socket of the connection to RTserver:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |