libCEC 8.1.0
C / C++ API — control CEC-capable HDMI devices
Loading...
Searching...
No Matches
cec_adapter_descriptor Struct Reference

#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.
 

Detailed Description

Definition at line 958 of file cectypes.h.

Member Data Documentation

◆ strComPath

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.

◆ strComName

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.

◆ iVendorId

uint16_t cec_adapter_descriptor::iVendorId

Definition at line 962 of file cectypes.h.

◆ iProductId

uint16_t cec_adapter_descriptor::iProductId

Definition at line 963 of file cectypes.h.

◆ iFirmwareVersion

uint16_t cec_adapter_descriptor::iFirmwareVersion

Definition at line 964 of file cectypes.h.

◆ iPhysicalAddress

uint16_t cec_adapter_descriptor::iPhysicalAddress

Definition at line 965 of file cectypes.h.

◆ iFirmwareBuildDate

uint32_t cec_adapter_descriptor::iFirmwareBuildDate

Definition at line 966 of file cectypes.h.

◆ adapterType

cec_adapter_type cec_adapter_descriptor::adapterType

Definition at line 967 of file cectypes.h.

◆ strDeviceName

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.


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