LightSensor.MinimumReportInterval Property

Definition

Gets the minimum report interval supported by the sensor.

public:
 property unsigned int MinimumReportInterval { unsigned int get(); };
uint32_t MinimumReportInterval();
public uint MinimumReportInterval { get; }
var uInt32 = lightSensor.minimumReportInterval;
Public ReadOnly Property MinimumReportInterval As UInteger

Property Value

UInt32

unsigned int

uint32_t

The minimum ReportInterval supported by the sensor, in milliseconds.

Applies to

See also