TipcSrvFlush flush buffered outgoing messages on the connection to RTserver
None
TRUE
if any data was successfully flushed to the connection to RTserver, FALSE
otherwise.
If TipcSrvFlush fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TipcSrvFlush flushes buffered outgoing messages on the connection to RTserver by calling TipcConnFlush. See TipcConnFlush for more information on flushing outgoing messages.
TipcSrvFlush may attempt to automatically create a connection to RTserver. If RTclient has a warm connection to RTserver, TipcSrvFlush returns FALSE
immediately. See TipcSrvCreate on automatic creation of connections and warm connections to RTserver.
None
This example shows how to use TipcSrvFlush to flush a message to the connection to RTserver:
if (!TipcSrvMsgSend(msg, TRUE)) {return
; /* error */
} if (!TipcSrvFlush()) {return
; /* error */
}
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |