GpioChangeReader.IsOverflowed 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 an attempt to place a change record into the reader's buffer has failed due to the buffer being full.
public:
property bool IsOverflowed { bool get(); };
bool IsOverflowed();
public bool IsOverflowed { get; }
var boolean = gpioChangeReader.isOverflowed;
Public ReadOnly Property IsOverflowed As Boolean
Property Value
Boolean
bool
Returns true if an attempt at placement has been unsuccessful, and false otherwise.
Remarks
Removing an item from the buffer will cause IsOverflowed to reset to false.