![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <linux-uapi-cec.h>
Public Attributes | |
| __u64 | ts |
| __u32 | event |
| __u32 | flags |
| union { | |
| struct cec_event_state_change state_change | |
| struct cec_event_lost_msgs lost_msgs | |
| __u32 raw [16] | |
| }; | |
struct cec_event - CEC event structure @ts: the timestamp of when the event was sent. @event: the event. array. @state_change: the event payload for CEC_EVENT_STATE_CHANGE. @lost_msgs: the event payload for CEC_EVENT_LOST_MSGS. @raw: array to pad the union.
| union { ... } |
| __u32 cec_event::event |
| __u32 cec_event::flags |
| struct cec_event_lost_msgs cec_event::lost_msgs |
| __u32 cec_event::raw[16] |
| struct cec_event_state_change cec_event::state_change |
| __u64 cec_event::ts |