Allows user to create and populate a list of Monnit.Mine.Sensor or derived objects for sending sensor updates, and defining which sensors belong to a gateways network

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
List<Sensor> LoadSensors(
	long gatewayID
)
Visual Basic
Function LoadSensors ( 
	gatewayID As Long
) As List(Of Sensor)
Visual C++
List<Sensor^>^ LoadSensors(
	long long gatewayID
)
F#
abstract LoadSensors : 
        gatewayID : int64 -> List<Sensor> 

Parameters

gatewayID
Type: System..::..Int64
Unique numeric identifier of the gateway

Return Value

Type: List<(Of <(<'Sensor>)>)>
List of Monnit.Mine.Sensor or derived objects

See Also