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

Method GetDeviceMenuLanguage

src/libcec/LibCEC.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257std::string CLibCEC::GetDeviceMenuLanguage(cec_logical_address iAddress)
258{
259 return !!m_client ? m_client->GetDeviceMenuLanguage(iAddress) : "???";
260}
261
262uint32_t CLibCEC::GetDeviceVendorId(cec_logical_address iAddress)
263{

Callers 5

LibCecSharp.cppFile · 0.45
ProcessCommandLANGFunction · 0.45
ProcessCommandSCANFunction · 0.45
menu_languageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected