Accelerometer.MinimumReportInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minimum report interval supported by the accelerometer.
public:
property unsigned int MinimumReportInterval { unsigned int get(); };
uint32_t MinimumReportInterval();
public uint MinimumReportInterval { get; }
var uInt32 = accelerometer.minimumReportInterval;
Public ReadOnly Property MinimumReportInterval As UInteger
Property Value
The minimum ReportInterval supported by the sensor, in milliseconds.