nn::nex::Station::FlushAllBundles Member Function

Syntax

static void FlushAllBundles(
     qBool bFlushTransportBundles = true
);

Parameters

Name Description
bFlushTransportBundles

Return Values

None.

Description

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.

See Also

FlushBundle, BundlingPolicy

Revision History

2011/01/27
Initial version.

CONFIDENTIAL