nl::Weave::Profiles::DataManagement_Current::CustomCommandResponse::Parser
Stay organized with collections
Save and categorize content based on your preferences.
#include <src/lib/profiles/data-management/Current/MessageDef.h>
WDM Custom Command Response parser definition.
Summary
Inheritance
Inherits from: nl::Weave::Profiles::DataManagement_Current::DataElement::Parser
Public functions |
|
---|---|
CheckSchemaValidity(void) const
|
Roughly verify the message is correctly formed.
|
GetReaderOnResponse(nl::Weave::TLV::TLVReader *const apReader) const
|
Initialize a TLVReader to point to the beginning of the response component in this message.
|
GetVersion(uint64_t *const apVersion) const
|
Get the trait instance version in this response.
|
Init(const nl::Weave::TLV::TLVReader & aReader)
|
Initialize the parser object with TLVReader.
|
Public functions
CheckSchemaValidity
WEAVE_ERROR CheckSchemaValidity( void ) const
Roughly verify the message is correctly formed.
Details | |||
---|---|---|---|
Return Values |
|
GetReaderOnResponse
WEAVE_ERROR GetReaderOnResponse( nl::Weave::TLV::TLVReader *const apReader ) const
Initialize a TLVReader to point to the beginning of the response component in this message.
Details | |||
---|---|---|---|
Parameters |
|
||
Return Values |
|
GetVersion
WEAVE_ERROR GetVersion( uint64_t *const apVersion ) const
Get the trait instance version in this response.
Details | |||||||
---|---|---|---|---|---|---|---|
Parameters |
|
||||||
Return Values |
|
Init
WEAVE_ERROR Init( const nl::Weave::TLV::TLVReader & aReader )
Initialize the parser object with TLVReader.
Details | |||
---|---|---|---|
Parameters |
|
||
Return Values |
|