nn::nex::Session::GetNumOfRoutingConnections Member Function

Syntax

qUnsignedInt32 GetNumOfRoutingConnections();

Parameters

None.

Return Values

The overall number of communication connections using the master in the session.

Description

Gets the overall number of communication connections using the master in the session.

Returns the number of connections through the master that took place within the time (in milliseconds) of the RootTransport::GetRoutingHistoryTTL function. Sending and receiving are counted separately. In other words, if a given station communicates with one different station via a master-routed connection, this function returns a count of 2. Prior to calling this function, an update interval larger than 0 must be set with the RootTransport::SetRoutingHistoryUpdateSpan function. This function can only be called by the session master.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL