Developing with ZBOSS for Zigbee
zb_zcl_messaging_message_confirm_payload_s Struct Reference

#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]
 

Detailed Description

MessageConfirmation command payload

See also
SE spec, subclause D.5.3.3.2.1

Field Documentation

◆ confirmation_time

zb_uint32_t zb_zcl_messaging_message_confirm_payload_s::confirmation_time

UTCTime of user confirmation of message

◆ message_confirmation_control

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.

◆ message_confirmation_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.

◆ message_id

zb_uint32_t zb_zcl_messaging_message_confirm_payload_s::message_id

32-bit number identifier for the message being confirmed.


The documentation for this struct was generated from the following file: