Click or drag to resize
IScheduledDeviceReportInterval Property
Gets or sets the report interval for the device.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
uint ReportInterval { 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