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.Mine
Assembly: 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

Property Value

Type: Int32

See Also