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

Method HasStartMessage

src/libcec/adapter/Pulse-Eight/USBCECAdapterMessage.cpp:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427bool CCECAdapterMessage::HasStartMessage(void) const
428{
429 return (m_tx_len >= 1) &&
430 (m_tx_data[0] == MSGSTART);
431}
432
433bool CCECAdapterMessage::PushToCecCommand(cec_command &command) const
434{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected