![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
#include <zb_zcl_events.h>
Data Fields | |
zb_uint16_t | total_number_of_matching_events |
zb_uint8_t | command_index |
zb_uint8_t | total_commands |
zb_zcl_events_sub_log_payload_t * | log_payload |
PublishEventLog Command payload
zb_uint8_t zb_zcl_events_publish_event_log_payload_s::command_index |
In the case where the entire number of events being returned does not fit into a single message, the Command Index is used to count the required number of Publish Event Log commands.
zb_zcl_events_sub_log_payload_t* zb_zcl_events_publish_event_log_payload_s::log_payload |
The Log Payload is a series of events and associated data.
zb_uint8_t zb_zcl_events_publish_event_log_payload_s::total_commands |
This parameter indicates the total number of Publish Event Log commands that are required to return the requested event logs.
zb_uint16_t zb_zcl_events_publish_event_log_payload_s::total_number_of_matching_events |
This field indicates the total number of events found which match the search criteria received in the associated Get Event Log command.