Edit

Share via


Is31fl3730.Read(Int32, Int32, Int32) Method

Definition

Read value of LED for matrix.

public System.Device.Gpio.PinValue Read (int matrix, int x, int y);
member this.Read : int * int * int -> System.Device.Gpio.PinValue
Public Function Read (matrix As Integer, x As Integer, y As Integer) As PinValue

Parameters

matrix
Int32

The matrix to use.

x
Int32

The x dimension for the LED.

y
Int32

The y dimension for the LED.

Returns

Applies to