nn::nex::Station::GetNumOfRoutingConnections Member Function

Syntax

qUnsignedInt32 GetNumOfRoutingConnections() const;

Parameters

None.

Return Values

Returns the number of connections through the master for this station.

Description

Gets the number of connections through the master for this station.

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. For example, if the station communicates with one other station over a master-routed connection, the 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