Unique numeric identifier of the sensor that sent the data
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public uint SensorID { get; set; } |
Visual Basic |
---|
Public Property SensorID As UInteger Get Set |
Visual C++ |
---|
public: property unsigned int SensorID { unsigned int get (); void set (unsigned int value); } |
F# |
---|
member SensorID : uint32 with get, set |