Developing with ZBOSS for Zigbee
zb_zcl_drlc_get_scheduled_events_payload_s Struct Reference

#include <zb_zcl_drlc.h>

Data Fields

zb_uint32_t start_time
 
zb_uint8_t number_of_events
 
zb_uint32_t issuer_event_id
 

Detailed Description

GetScheduledEvents command payload

See also
SE spec, Figure D-6

Field Documentation

◆ issuer_event_id

zb_uint32_t zb_zcl_drlc_get_scheduled_events_payload_s::issuer_event_id

Represents the minimum Issuer Event ID of events to be matched and sent by the server with the same Start Time as the Get Scheduled Events command. A value of 0xFFFFFFFF indicates this field will not be used.

◆ number_of_events

zb_uint8_t zb_zcl_drlc_get_scheduled_events_payload_s::number_of_events

Represents the maximum number of events to be sent. A value of 0 indicates no maximum limit.

◆ start_time

zb_uint32_t zb_zcl_drlc_get_scheduled_events_payload_s::start_time

UTC Timestamp representing the minimum Start Time of events that shall be matched and sent by the Server. A Start Time of 0x00000000 has no special meaning.


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