Base class required to pass data about the sensor and its settings between server and plug in code. If overridden your object will be used and passed back to you upon completion of its use by the server.

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

Syntax

C#
public class Sensor
Visual Basic
Public Class Sensor
Visual C++
public ref class Sensor
F#
type Sensor =  class end

Inheritance Hierarchy

System..::..Object
  Monnit.Mine..::..Sensor

See Also