![]() |
libCEC 8.1.0
C / C++ API — control CEC-capable HDMI devices
|
#include <cectypes.h>
Public Attributes | |
| char | strComPath [1024] |
| the adapter's stable location: USB-tree path (Linux) / device instance id (Windows); does not change with enumeration order | |
| char | strComName [1024] |
| the com port used to open the adapter, e.g. | |
| uint16_t | iVendorId |
| uint16_t | iProductId |
| uint16_t | iFirmwareVersion |
| uint16_t | iPhysicalAddress |
| uint32_t | iFirmwareBuildDate |
| cec_adapter_type | adapterType |
| char | strDeviceName [64] |
| a human-readable display name for the adapter, e.g. | |
Definition at line 958 of file cectypes.h.
| char cec_adapter_descriptor::strComPath[1024] |
the adapter's stable location: USB-tree path (Linux) / device instance id (Windows); does not change with enumeration order
Definition at line 960 of file cectypes.h.
| char cec_adapter_descriptor::strComName[1024] |
the com port used to open the adapter, e.g.
/dev/ttyACM0 or COM3; may change with enumeration order
Definition at line 961 of file cectypes.h.
| uint16_t cec_adapter_descriptor::iVendorId |
Definition at line 962 of file cectypes.h.
| uint16_t cec_adapter_descriptor::iProductId |
Definition at line 963 of file cectypes.h.
| uint16_t cec_adapter_descriptor::iFirmwareVersion |
Definition at line 964 of file cectypes.h.
| uint16_t cec_adapter_descriptor::iPhysicalAddress |
Definition at line 965 of file cectypes.h.
| uint32_t cec_adapter_descriptor::iFirmwareBuildDate |
Definition at line 966 of file cectypes.h.
| cec_adapter_type cec_adapter_descriptor::adapterType |
Definition at line 967 of file cectypes.h.
| char cec_adapter_descriptor::strDeviceName[64] |
a human-readable display name for the adapter, e.g.
"HDMI 1" or "USB-CEC Adapter 2"
Definition at line 968 of file cectypes.h.