Custom Data Structure
The On/Off cluster requires extra storage space to be allocated to be used by internal functions. The structure definition for this storage is shown below:
typedef struct
{
uint8 u8Dummy;
} tsCLD_OnOffCustomDataStructure;
The fields are for internal use and no knowledge of them required.
Parent topic:Structures