tsZCL_SceneExtensionTable#
This structure contains a Scenes Extension table.
typedef struct
{
tfpZCL_SceneEventHandler pSceneEventHandler;
uint16 u16NumberOfAttributes;
uint16 au16Attributes[];
} tsZCL_SceneExtensionTable;
Where:
pSceneEventHandleris a pointer a Scenes event handler functionu16NumberOfAttributesis the number of attributes in the Scene extensionau16Attributesis an array of the attribute IDs of the attributes in the Scene extension
Parent topic:General Structures