nRF5 SDK for Thread and Zigbee v3.2.0
Data Fields
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 [21]
 

Detailed Description

MessageConfirmation command payload

See also
SE spec, subclause D.5.3.3.2.1

Field Documentation

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[21]

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated