BDB_tsBdbEvent
The following structure contains ZigBee Base Device event information that is passed to the APP_vBdbCallback() callback function (see Events).
typedef struct
{
BDB_teBdbEventTypee EventType;
BDB_tuBdbEventData uEventData;
}BDB_tsBdbEvent;
where:
eEventType
is an enumeration indicating the event type - for the possible enumerations, refer to Section 2.9.uEventData
is a union structure containing the event information (if any) - for a description of this structure, refer to Section 2.7.2.
Parent topic:Structures