| IScheduledDeviceReportInterval Property |
Gets or sets the report interval for the device.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax uint ReportInterval { get; set; }
Property ReportInterval As UInteger
Get
Set
property unsigned int ReportInterval {
unsigned int get ();
void set (unsigned int value);
}
abstract ReportInterval : uint32 with get, set
Property Value
Type:
UInt32
The current report interval for the device.
Remarks
The report interval will be set to a default value that will vary
based on the devices implementation. If your app does not
want to use this default value, you should set the report interval
to a non-zero value prior to registering any event handlers.
See Also