#include <cectypes.h>
|
| cec_device_type | types [5] |
| | the list of device types
|
| |
Definition at line 1264 of file cectypes.h.
◆ Clear()
| void cec_device_type_list::Clear |
( |
void |
| ) |
|
|
inline |
◆ Add()
| void cec_device_type_list::Add |
( |
const cec_device_type |
type | ) |
|
|
inline |
Add a type to this list.
- Parameters
-
Definition at line 1282 of file cectypes.h.
◆ IsSet()
| bool cec_device_type_list::IsSet |
( |
cec_device_type |
type | ) |
|
|
inline |
Check whether a type is set in this list.
- Parameters
-
- Returns
- True when set, false otherwise.
Definition at line 1299 of file cectypes.h.
◆ IsEmpty()
| bool cec_device_type_list::IsEmpty |
( |
| ) |
const |
|
inline |
- Returns
- True when this list is empty, false otherwise.
Definition at line 1313 of file cectypes.h.
◆ operator[]()
| cec_device_type cec_device_type_list::operator[] |
( |
uint8_t |
pos | ) |
const |
|
inline |
Get the type at the requested position.
- Parameters
-
- Returns
- The type, or CEC_DEVICE_TYPE_RESERVED when out of bounds.
Definition at line 1329 of file cectypes.h.
◆ operator==()
◆ operator!=()
◆ types
| cec_device_type cec_device_type_list::types[5] |
The documentation for this struct was generated from the following file: