nn::nex::Station::State Enumerated Type

Syntax

enum State;

Value

Value Description
Unknown Indicates the current status is unknown.
JoiningSession Indicates that the station is currently executing processing for joining a session.
CreatingSession Indicates the station is creating the current session.
Participating Indicates the station is in a state of participating in a session.
Leaving Indicates that the station is currently executing processing for leaving a session.
LeavingOnFault Indicates the station is currently executing processing for leaving a session due to some fault, such as a timeout.

Description

Enumerated type that indicates the current state of the station.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL