Table of Contents

Class CecKeypress

Namespace
CecSharp
Assembly
LibCecSharp.dll

A key press that was received

public class CecKeypress
Inheritance
CecKeypress
Inherited Members

Constructors

CecKeypress()

public CecKeypress()

CecKeypress(CecUserControlCode, uint)

public CecKeypress(CecUserControlCode keycode, uint duration)

Parameters

keycode CecUserControlCode
duration uint

Properties

Duration

public uint Duration { get; set; }

Property Value

uint

Empty

public bool Empty { get; set; }

Property Value

bool

Keycode

public CecUserControlCode Keycode { get; set; }

Property Value

CecUserControlCode