GpioChangeReader.Close Method

Definition

Closes the change reader, releasing the associated memory buffer and disassociating the reader from its pin.

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

Implements

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

Remarks

Calling this method will also cancel any pending WaitForItemsAsync() actions.

Applies to