GpioChangeReader.Length Property

Definition

Gets the number of records currently in the change reader.

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

Property Value

Int32

int

The current number of change records.

Applies to