Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 901 Bytes

barometer_maxbatchsize.md

File metadata and controls

26 lines (16 loc) · 901 Bytes
-api-id -api-type
P:Windows.Devices.Sensors.Barometer.MaxBatchSize
winrt property

Windows.Devices.Sensors.Barometer.MaxBatchSize

-description

Gets the maximum number of events that can be batched by the sensor.

-property-value

The maximum number of batched events.

-remarks

A sensor may not support batched data collection. In that case, this property will be 0. Otherwise, this determines the maximum number of events the sensor can gather before submitting them. This in turn will determine the maximum supported ReportLatency. The maximum latency equals the ReportInterval times the MaxBatchSize. For more information about sensor batching, see Sensors.

-examples

-see-also