Defines in minutes the interval at which the gateway communicates with the server. Unless triggered to communicate earlier, the gateway will initialize a communication cycle with the server with or without data from sensors to deliver.

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