GpioChangeReader.Capacity Property

Definition

Gets the maximum number of change records that the GpioChangeReader can store at one time.

public:
 property int Capacity { int get(); };
int Capacity();
public int Capacity { get; }
var int32 = gpioChangeReader.capacity;
Public ReadOnly Property Capacity As Integer

Property Value

Int32

int

The maximum number of change records.

Remarks

When this maximum number of records is met, further changes will not be recorded and the IsOverflowed property will return true.

Applies to