Edit

Share via


Max7219.Item[] Property

Definition

Overloads

Item[Int32]

Gets or Sets the value to the digit value for a given absolute index

Item[Int32, Int32]

Gets or Sets the value to the digit value for a given device and digit position

Item[Int32]

Gets or Sets the value to the digit value for a given absolute index

public byte this[int index] { get; set; }
member this.Item(int) : byte with get, set
Default Public Property Item(index As Integer) As Byte

Parameters

index
Int32

Property Value

Applies to

Item[Int32, Int32]

Gets or Sets the value to the digit value for a given device and digit position

public byte this[int deviceId, int digit] { get; set; }
member this.Item(int * int) : byte with get, set
Default Public Property Item(deviceId As Integer, digit As Integer) As Byte

Parameters

deviceId
Int32
digit
Int32

Property Value

Applies to