List of sensor ids that have been assigned to this gateway
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public List<uint> AssignedSensors { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AssignedSensors As List(Of UInteger) Get |
| Visual C++ |
|---|
public: property List<unsigned int>^ AssignedSensors { List<unsigned int>^ get (); } |
| F# |
|---|
member AssignedSensors : List<uint32> with get |