tsZCL_ClusterCustomMessage
This structure contains a cluster custom message:
typedef struct {
     uint16                     u16ClusterId;
     void                       *pvCustomData;
} tsZCL_ClusterCustomMessage;
Where:
u16ClusterIdis the Cluster ID.pvCustomDatais a pointer to the start of the data contained in the message.
Parent topic:General Structures