typedef qUnsignedInt32 nn::nex::StationID;
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.
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.CONFIDENTIAL