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

Method DoubleTapTimeoutMS

src/libcec/CECClient.cpp:1623–1627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1621}
1622
1623uint32_t CCECClient::DoubleTapTimeoutMS(void)
1624{
1625 CLockObject lock(m_mutex);
1626 return m_configuration.iDoubleTapTimeoutMs;
1627}
1628
1629void CCECClient::QueueAddCommand(const cec_command& command)
1630{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected