nl::Weave::Profiles::Time::TimeChangeNotification

#include <src/lib/profiles/time/WeaveTime.h>

時間變更通知訊息的轉碼器

摘要

建構函式和解構函式

TimeChangeNotification(void)
預設建構函式應與解碼搭配使用,因為所有成員都將透過解碼進行初始化

公開函式

Encode(PacketBuffer *const aMsg)
將事件回應要求傳入 PacketBuffer

公開的靜態函式

Decode(TimeChangeNotification *const aObject, PacketBuffer *const aMsg)
從 PacketBuffer 發出的解碼時間變更通知。

公開函式

編碼

WEAVE_ERROR Encode(
  PacketBuffer *const aMsg
)

將事件回應要求傳入 PacketBuffer

詳細資料
參數
[out] aMsg
PacketBuffer 的指標
傳回
成功時 WEAVE_NO_ERROR

TimeChangeNotification

 TimeChangeNotification(
  void
)

預設建構函式應與解碼搭配使用,因為所有成員都將透過解碼進行初始化

公開的靜態函式

Decode

WEAVE_ERROR Decode(
  TimeChangeNotification *const aObject,
  PacketBuffer *const aMsg
)

從 PacketBuffer 發出的解碼時間變更通知。

詳細資料
參數
[out] aObject
已解碼物件的指標
[in] aMsg
PacketBuffer 的指標
傳回
成功時 WEAVE_NO_ERROR