* \brief For messages that request a Report for a specified command class, identifies the expected Index * for the variable being obtained in the report. * \return Expected Index value for this message. */ uint8 GetExpectedIndex()const{ return m_expectedIndex; } * \brief get the LogText Associated with this message * \return the LogText used during the constructor */
| 107 | * \return the LogText used during the constructor |
| 108 | */ |
| 109 | string GetLogText()const{ return m_logText; } |
| 110 | |
| 111 | uint32 GetLength()const{ return m_encrypted == true ? m_length + 20 + 6 : m_length; } |
| 112 | uint8* GetBuffer(); |
nothing calls this directly
no outgoing calls
no test coverage detected