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

Function GetLogText

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

* \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 */

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected