nn::nex::StationID Type

Syntax

typedef qUnsignedInt32 nn::nex::StationID;

Description

Unique identifier for a station within a session.

The StationID of a Station object is the value of the DOHandle::GetValue function for multiple object handles. Even after a station has left a session, that StationID is not used again during the session. After leaving a session, even if a different station joins that session, a different ID is assigned. There is no guarantee that the StationID uses sequential values, and the values assigned to a new station after replacing the master may be out of sequence.

Revision History

2012/10/04
Changed the StationID value from DOID to the value of the DOHandle::GetValue function. Added that there is no guarantee that the values are sequential, and that the values assigned to a new station after replacing the master may be out of sequence.
2011/01/27
Initial version.

CONFIDENTIAL