Table of Contents

Class KeyMatrixEvent

Namespace
Iot.Device.KeyMatrix
Assembly
Iot.Device.KeyMatrix.dll

Keyboard event

public class KeyMatrixEvent
Inheritance
KeyMatrixEvent

Properties

EventType

Event type of current button. PinEventTypes.Rising is pressed,PinEventTypes.Falling is released

public PinEventTypes EventType { get; }

Property Value

PinEventTypes

Input

Current button's input index

public int Input { get; }

Property Value

int

Output

Current button's output index

public int Output { get; }

Property Value

int