Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 684 Bytes

gpiochangereader_getallitems_1229873107.md

File metadata and controls

30 lines (17 loc) · 684 Bytes
-api-id -api-type
M:Windows.Devices.Gpio.GpioChangeReader.GetAllItems
winrt method

Windows.Devices.Gpio.GpioChangeReader.GetAllItems

-description

Removes and returns all items current in the reader's buffer.

-returns

IVector<GpioChangeRecord>

The returned vector enables random access to all the change records removed from the buffer.

-remarks

This will also reset an active overflow condition, causing the IsOverflowed property to return false.

-see-also

-examples