GpioChangeReader.GetAllItems Method

Definition

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.

Applies to