* \brief Identifies the expected Command Class ID (if any) for this message. * \return Expected command class ID for this message. */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected