Max7219.Item[] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Gets or Sets the value to the digit value for a given absolute index
C#
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
.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 |
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; }
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
.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 |