GpioChangeReader.IsEmpty Property

Definition

Gets whether there are currently zero change records in the reader.

public:
 property bool IsEmpty { bool get(); };
bool IsEmpty();
public bool IsEmpty { get; }
var boolean = gpioChangeReader.isEmpty;
Public ReadOnly Property IsEmpty As Boolean

Property Value

Boolean

bool

Returns true if there are zero change items in the reader, and false otherwise.

Applies to