cec_message Struct Reference
  
   #include <
   
    hdmi_cec.h
   
   >
  
 
| Data Fields | |
| cec_logical_address_t | initiator | 
| cec_logical_address_t | destination | 
| size_t | length | 
| unsigned char | body [ CEC_MESSAGE_BODY_MAX_LENGTH ] | 
Detailed Description
Definition at line 232 of file hdmi_cec.h .
Field Documentation
| unsigned char body[ CEC_MESSAGE_BODY_MAX_LENGTH ] | 
Definition at line 241 of file hdmi_cec.h .
| cec_logical_address_t destination | 
Definition at line 237 of file hdmi_cec.h .
| cec_logical_address_t initiator | 
Definition at line 234 of file hdmi_cec.h .
| size_t length | 
Definition at line 240 of file hdmi_cec.h .
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ hdmi_cec.h
