static void FlushAllBundles( qBool bFlushTransportBundles = true );
Name | Description | |
---|---|---|
bFlushTransportBundles |
Sends all messages registered in message bundles.
A message bundle is a feature that temporarily pools and holds outgoing messages. It sends them only after a sufficient number is collected. This can save bandwidth. See the NEX programming manual for details.
When the message bundle feature is enabled, outgoing messages are temporarily pooled and are not immediately sent. When this function is called, all pooled messages are flushed, and all messages are sent to all stations.
CONFIDENTIAL