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

Method PingAdapter

src/libcec/CECClient.cpp:1253–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253bool CCECClient::PingAdapter(void)
1254{
1255 return m_processor ? m_processor->PingAdapter() : false;
1256}
1257
1258std::string CCECClient::GetConnectionInfo(void)
1259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected