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

Method IsOpen

src/libcec/adapter/AOCEC/AOCECAdapterCommunication.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool CAOCECAdapterCommunication::IsOpen(void)
68{
69 CLockObject lock(m_mutex);
70 return IsInitialised() && m_fd != INVALID_SOCKET_VALUE;
71}
72
73bool CAOCECAdapterCommunication::Open(uint32_t UNUSED(iTimeoutMs), bool UNUSED(bSkipChecks), bool bStartListening)
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected