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
keycodeCecUserControlCodedurationuint
Properties
Duration
public uint Duration { get; set; }
Property Value
Empty
public bool Empty { get; set; }
Property Value
Keycode
public CecUserControlCode Keycode { get; set; }