GpioChangeReader.IsEmpty Property
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.
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.