MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetExpectedCommandClassId

Function GetExpectedCommandClassId

cpp/src/Msg.h:90–90  ·  view source on GitHub ↗

* \brief Identifies the expected Command Class ID (if any) for this message. * \return Expected command class ID for this message. */

Source from the content-addressed store, hash-verified

88 * \return Expected command class ID for this message.
89 */
90 uint8 GetExpectedCommandClassId()const{ return m_expectedCommandClassId; }
91
92 /**
93 * \brief For messages that request a Report for a specified command class, identifies the expected Instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected