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

C#
public byte this[int index] { get; set; }

Parameters

index
Int32

Property Value

Applies to

.NET IoT Libraries 2.2.0 and other versions
Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0

Item[Int32, Int32]

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

C#
public byte this[int deviceId, int digit] { get; set; }

Parameters

deviceId
Int32
digit
Int32

Property Value

Applies to

.NET IoT Libraries 2.2.0 and other versions
Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0