tsSM_CustomStruct
This structure contains data relating to a command/message for a mirror endpoint.
Note: This structure is only for use by the ZCL software and should not be modified by the application.
typedef struct
{
tsZCL_ReceiveEventAddress sReceiveEventAddress;
tsZCL_CallBackEvent sSMCustomCallBackEvent;
tsSM_CallBackMessage sSMCallBackMessage;
} tsSM_CustomStruct;
where:
sReceiveEventAddressis atsZCL_ReceiveEventAddressstructure which contains addressing information relating to a received mirroring command/messagesSMCustomCallBackEventis atsZCL_CallBackEventstructure (see Section 3.1) which contains the event that has been generated as a result of the received command/messagesSMCallBackMessageis atsSM_CallBackMessagestructure (see Section42.11.1) which contains details of the event and the command/message that caused the event
Parent topic:Structures