numeric representation of 8 bit flags. flag in position 2 signifies if message was generated from the sensor aware state. Other flags are profile specific
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int State { get; set; } |
Visual Basic |
---|
Public Property State As Integer Get Set |
Visual C++ |
---|
public: property int State { int get (); void set (int value); } |
F# |
---|
member State : int with get, set |