![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
#include <zb_zcl_events.h>
Data Fields | |
zb_uint8_t | event_control_log_id |
zb_uint16_t | event_id |
zb_uint32_t | start_time |
zb_uint32_t | end_time |
zb_uint8_t | number_of_events |
zb_uint16_t | event_offset |
GetEventLog Command payload.
zb_uint32_t zb_zcl_events_get_event_log_payload_s::end_time |
Specifies the end time (latest time) of the range of events to be reported in the response. Events that match the search criteria and have a timestamp less than the specified end time shall be returned. Events with a timestamp equal to that of the End Time shall not be returned
zb_uint8_t zb_zcl_events_get_event_log_payload_s::event_control_log_id |
The least significant nibble is an enumeration indicating the Log ID from particular enumeration. The most significant nibble is a bitmap indicating control options. It determines the detailing level of provided log information.
zb_uint16_t zb_zcl_events_get_event_log_payload_s::event_id |
The Event ID specifies a particular event to be queried; a value of 0x0000 is reserved to indicate all Event IDs.
zb_uint16_t zb_zcl_events_get_event_log_payload_s::event_offset |
The Event Offset field provides a mechanism to allow client devices to page through multiple events which match a given search criteria.
zb_uint8_t zb_zcl_events_get_event_log_payload_s::number_of_events |
This parameter indicates the maximum number of events requested i.e. the maximum number of events that the client is willing to receive; the value 0x00 indicates all events that fall into the defined criteria.
zb_uint32_t zb_zcl_events_get_event_log_payload_s::start_time |
This field specifies the start time (earliest time) of the range of events to be returned. Events that match the search criteria and have a timestamp greater than or equal to the start time shall be returned.