GpioChangeReader.IsOverflowed Property

Definition

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.

Applies to