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

Method IsWaiting

src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool CCECAdapterMessageQueueEntry::IsWaiting(void)
106{
107 CLockObject lock(m_mutex);
108 return m_bWaiting;
109}
110
111cec_adapter_messagecode CCECAdapterMessageQueueEntry::MessageCode(void)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected