nl::
  #include <src/lib/profiles/data-management/Current/MessageDef.h>
  WDM カスタム コマンド リクエスト パーサーの定義。
概要
継承
継承元: nl::Weave::Profiles::DataManagement_Current::DataElement::Parser| パブリック関数 | |
|---|---|
| CheckSchemaValidity(void) const  | メッセージの形式が正しいことを確認します。 | 
| GetActionTimeMicroSecond(int64_t *const apActionTimeMicroSecond) const  | このコマンドにスケジュールされたアクション時間を取得します。 | 
| GetCommandType(uint64_t *const apCommandType) const  | このコマンドのコマンドタイプ ID を取得します。 | 
| GetExpiryTimeMicroSecond(int64_t *const apExpiryTimeMicroSecond) const  | このコマンドの有効期限を取得します。 | 
| GetInitiationTimeMicroSecond(int64_t *const apInitiationTimeMicroSecond) const  | このコマンドの開始時刻を取得します。 | 
| GetMustBeVersion(uint64_t *const apMustBeVersion) const  | このコマンドに必要なバージョンを取得します。 | 
| GetPath(Path::Parser *const apPath) const  | このコマンドのパス コンポーネントで Path::Parser を初期化します。 | 
| GetReaderOnArgument(nl::Weave::TLV::TLVReader *const apReader) const  | このコマンドの引数コンポーネントの先頭を指すように TLVReader を初期化します。 | 
| GetReaderOnPath(nl::Weave::TLV::TLVReader *const apReader) const  | このコマンドのパス コンポーネントの先頭を指すように TLVReader を初期化します。 | 
| Init(const nl::Weave::TLV::TLVReader & aReader) | TLVReader を使用してパーサー オブジェクトを初期化します。 | 
パブリック関数
CheckSchemaValidity
WEAVE_ERROR CheckSchemaValidity( void ) const
メッセージの形式が正しいことを確認します。
| 詳細 | |||
|---|---|---|---|
| 戻り値 | 
 | ||
GetActionTimeMicroSecond
WEAVE_ERROR GetActionTimeMicroSecond( int64_t *const apActionTimeMicroSecond ) const
このコマンドに対してスケジュールされたアクション時間を取得します。
| 詳細 | |||||||
|---|---|---|---|---|---|---|---|
| パラメータ | 
 | ||||||
| 戻り値 | 
 | ||||||
GetCommandType
WEAVE_ERROR GetCommandType( uint64_t *const apCommandType ) const
このコマンドのコマンドタイプ ID を取得します。
| 詳細 | |||||||
|---|---|---|---|---|---|---|---|
| パラメータ | 
 | ||||||
| 戻り値 | 
 | ||||||
GetExpiryTimeMicroSecond
WEAVE_ERROR GetExpiryTimeMicroSecond( int64_t *const apExpiryTimeMicroSecond ) const
このコマンドの有効期限を取得します。
| 詳細 | |||||||
|---|---|---|---|---|---|---|---|
| パラメータ | 
 | ||||||
| 戻り値 | 
 | ||||||
GetInitiationTimeMicroSecond
WEAVE_ERROR GetInitiationTimeMicroSecond( int64_t *const apInitiationTimeMicroSecond ) const
このコマンドの開始時刻を取得します。
| 詳細 | |||||||
|---|---|---|---|---|---|---|---|
| パラメータ | 
 | ||||||
| 戻り値 | 
 | ||||||
GetMustBeVersion
WEAVE_ERROR GetMustBeVersion( uint64_t *const apMustBeVersion ) const
このコマンドに必要なバージョンを取得します。
| 詳細 | |||||||
|---|---|---|---|---|---|---|---|
| パラメータ | 
 | ||||||
| 戻り値 | 
 | ||||||
GetPath
WEAVE_ERROR GetPath( Path::Parser *const apPath ) const
このコマンドのパス コンポーネントで Path::Parser を初期化します。
| 詳細 | |||||||
|---|---|---|---|---|---|---|---|
| パラメータ | 
 | ||||||
| 戻り値 | 
 | ||||||
GetReaderOnArgument
WEAVE_ERROR GetReaderOnArgument( nl::Weave::TLV::TLVReader *const apReader ) const
このコマンドの引数コンポーネントの先頭を指すように TLVReader を初期化します。
| 詳細 | |||
|---|---|---|---|
| パラメータ | 
 | ||
| 戻り値 | 
 | ||
GetReaderOnPath
WEAVE_ERROR GetReaderOnPath( nl::Weave::TLV::TLVReader *const apReader ) const
このコマンドのパス コンポーネントの先頭を指すように TLVReader を初期化します。
| 詳細 | |||
|---|---|---|---|
| パラメータ | 
 | ||
| 戻り値 | 
 | ||
init
WEAVE_ERROR Init( const nl::Weave::TLV::TLVReader & aReader )
TLVReader を使用してパーサー オブジェクトを初期化します。
| 詳細 | |||
|---|---|---|---|
| パラメータ | 
 | ||
| 戻り値 | 
 | ||