Developing with ZBOSS for Zigbee
|
#include <zb_zcl_messaging.h>
Data Fields | |
zb_uint32_t | message_id |
zb_uint32_t | confirmation_time |
zb_uint8_t | message_confirmation_control |
zb_uint8_t | message_confirmation_response [ZB_ZCL_MESSAGING_MSG_CONFIRM_RESP_MSG_MAX_SIZE] |
MessageConfirmation command payload
zb_uint32_t zb_zcl_messaging_message_confirm_payload_s::confirmation_time |
UTCTime of user confirmation of message
zb_uint8_t zb_zcl_messaging_message_confirm_payload_s::message_confirmation_control |
BitMap field indicating the simple confirmation that is contained within the response.
zb_uint8_t zb_zcl_messaging_message_confirm_payload_s::message_confirmation_response[ZB_ZCL_MESSAGING_MSG_CONFIRM_RESP_MSG_MAX_SIZE] |
ZCL Octet String containing the message to be returned. The first Octet indicates length (21 is max). The string shall be encoded in the UTF-8 format. If this optional field is not available, a default value of 0x00 shall be used.
zb_uint32_t zb_zcl_messaging_message_confirm_payload_s::message_id |
32-bit number identifier for the message being confirmed.