MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / ToString

Method ToString

include/cec.h:431–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 virtual const char* ToString(const cec_system_audio_status mode) = 0;
430 virtual const char* ToString(const cec_audio_status status) = 0;
431 virtual const char* ToString(const cec_vendor_id vendor) { return VendorIdToString((uint32_t)vendor); }
432 virtual const char* ToString(const cec_device_type type) = 0;
433 virtual const char* ToString(const cec_user_control_code key) = 0;
434 virtual const char* ToString(const cec_adapter_type type) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected