Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 595 Bytes

gpiochangereader_capacity.md

File metadata and controls

24 lines (16 loc) · 595 Bytes
-api-id -api-type
P:Windows.Devices.Gpio.GpioChangeReader.Capacity
winrt property

Windows.Devices.Gpio.GpioChangeReader.Capacity

-description

Gets the maximum number of change records that the GpioChangeReader can store at one time.

-property-value

The maximum number of change records.

-remarks

When this maximum number of records is met, further changes will not be recorded and the IsOverflowed property will return true.

-see-also

-examples