nn::nex::StreamBundling::Enable Member Function

Syntax

void Enable(
     TimeInterval tiAutoFlushPeriod = Time(0)
);

Parameters

Name Description
in tiAutoFlushPeriod The standard value for the timeout time (in milliseconds) is 0. At that point, all of the packets that are accumulated in the queue are bundled. Buffering is not performed for the bundling.

Return Values

None.

Description

Enables packet bundling.

Until the specified time, packets are buffered and then bundled. The standard values for this function are for it to be enabled, with the timeout time set to 0.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL