Defines in minutes the interval at which the sensor communicates with the gateway. Unless triggered to communicate earlier, the sensor will send a data message to the gateway when this many minutes elapse.

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

Syntax

C#
public double ReportInterval { get; }
Visual Basic
Public ReadOnly Property ReportInterval As Double
	Get
Visual C++
public:
property double ReportInterval {
	double get ();
}
F#
member ReportInterval : float with get

Property Value

Type: Double

See Also