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. Accepted values between .017 and 720 (1 second to 12 hours)

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

Syntax

C#
public void UpdateReportInterval(
	double reportInterval
)
Visual Basic
Public Sub UpdateReportInterval ( 
	reportInterval As Double
)
Visual C++
public:
void UpdateReportInterval(
	double reportInterval
)
F#
member UpdateReportInterval : 
        reportInterval : float -> unit 

Parameters

reportInterval
Type: System..::..Double

[Missing <param name="reportInterval"/> documentation for "M:Monnit.Mine.Sensor.UpdateReportInterval(System.Double)"]

See Also