Access to the object instances used by the server. Returns null if sensorID does not belong to any of the registered gateways.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Sensor FindSensor(
uint sensorID
) |
Visual Basic |
---|
Public Function FindSensor (
sensorID As UInteger
) As Sensor |
Visual C++ |
---|
public:
Sensor^ FindSensor(
unsigned int sensorID
) |
F# |
---|
member FindSensor :
sensorID : uint32 -> Sensor
|
Return Value
Type:
SensorThe sensor object stored in memory
See Also