| SS944ReportInterval Property |
Gets or sets the current report interval for the thumbstick.
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public uint ReportInterval { get; set; }
Public Property ReportInterval As UInteger
Get
Set
public:
virtual property unsigned int ReportInterval {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract ReportInterval : uint32 with get, set
override ReportInterval : uint32 with get, set
Property Value
Type:
UInt32Implements
IScheduledDeviceReportIntervalSee Also