nRF5 SDK for Thread and Zigbee v1.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
zb_zcl_events_publish_event_log_payload_s Struct Reference

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

Detailed Description

PublishEventLog Command payload

See also
SE spec, subclause 11.2.4.2

Field Documentation

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.

See also
zb_zcl_events_sub_log_payload_t
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.


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