IR Manager HAL 0.2.1
 
Loading...
Searching...
No Matches
PLAT_irKey_metadata Struct Reference

IR Key struct to store the IR key meta data. More...

#include <plat_ir.h>

Data Fields

int type
 Platform specific. See macros KET_KEYDOWN, KET_KEYUP, KET_KEYREPEAT etc.
 
int code
 See macros KED_POWER, KED_SELECT, KED_CHANNELUP etc.
 
PLAT_xmp_tag_t tag
 Designates which device key belongs. See PLAT_xmp_tag_t.
 
PLAT_xmp_owner_t owner
 Designates how key should be handled. See PLAT_xmp_owner_t.
 

Detailed Description

IR Key struct to store the IR key meta data.

Field Documentation

◆ code

int code

See macros KED_POWER, KED_SELECT, KED_CHANNELUP etc.

Code of the pressed key

◆ owner

Designates how key should be handled. See PLAT_xmp_owner_t.

◆ tag

Designates which device key belongs. See PLAT_xmp_tag_t.

◆ type

int type

Platform specific. See macros KET_KEYDOWN, KET_KEYUP, KET_KEYREPEAT etc.

Event type of key press


The documentation for this struct was generated from the following file: