GpioChangeReader.GetAllItems Method
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.
Removes and returns all items current in the reader's buffer.
public:
virtual IVector<GpioChangeRecord> ^ GetAllItems() = GetAllItems;
IVector<GpioChangeRecord> GetAllItems();
public IList<GpioChangeRecord> GetAllItems();
function getAllItems()
Public Function GetAllItems () As IList(Of GpioChangeRecord)
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.