class TimeChangeNotification
Defined at line 175 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/time/WeaveTime.h
codec for Time Change Notification message
Public Methods
void TimeChangeNotification ()
default constructor shall be used with Decode, as all members will be initialized through decoding
WEAVE_ERROR Encode (PacketBuffer *const aMsg)
encode time change notification into an PacketBuffer.
Parameters
aMsg [out] A pointer to the PacketBuffer
Returns
WEAVE_NO_ERROR on success
WEAVE_ERROR Decode (TimeChangeNotification *const aObject, PacketBuffer *const aMsg)
decode time change notification from an PacketBuffer.
Parameters
aObject [out] A pointer to the decoded object
aMsg [in] A pointer to the PacketBuffer
Returns
WEAVE_NO_ERROR on success