nl::Weave::Profiles::DataManagement_Current::UpdateRequest::Parser
Stay organized with collections
Save and categorize content based on your preferences.
#include <src/lib/profiles/data-management/Current/MessageDef.h>
WDM Update Request 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.
|
GetDataList(DataList::Parser *const apDataList) const
|
|
GetExpiryTimeMicroSecond(int64_t *const apExpiryTimeMicroSecond) const
|
Get the expiry time for this request.
|
GetReaderOnArgument(nl::Weave::TLV::TLVReader *const apReader) const
|
Initialize a TLVReader to point to the beginning of the argument component in this request.
|
GetUpdateRequestIndex(uint32_t *const apUpdateRequestIndex) const
|
Get the UpdateRequestIndex of this request.
|
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 |
|
GetDataList
WEAVE_ERROR GetDataList( DataList::Parser *const apDataList ) const
GetExpiryTimeMicroSecond
WEAVE_ERROR GetExpiryTimeMicroSecond( int64_t *const apExpiryTimeMicroSecond ) const
Get the expiry time for this request.
Details | |||||||
---|---|---|---|---|---|---|---|
Parameters |
|
||||||
Return Values |
|
GetReaderOnArgument
WEAVE_ERROR GetReaderOnArgument( nl::Weave::TLV::TLVReader *const apReader ) const
Initialize a TLVReader to point to the beginning of the argument component in this request.
Details | |||
---|---|---|---|
Parameters |
|
||
Return Values |
|
GetUpdateRequestIndex
WEAVE_ERROR GetUpdateRequestIndex( uint32_t *const apUpdateRequestIndex ) const
Get the UpdateRequestIndex of this request.
Details | |||||||
---|---|---|---|---|---|---|---|
Parameters |
|
||||||
Return Values |
|
Init
WEAVE_ERROR Init( const nl::Weave::TLV::TLVReader & aReader )
Initialize the parser object with TLVReader.
Details | |||
---|---|---|---|
Parameters |
|
||
Return Values |
|