Zone Table Entry
The following structure contains a Zone table entry, used to hold the enrollment details of a zone.
typedef struct
{
zuint8 u8ZoneID;
zbmap16 u16ZoneType;
zieeeaddress u64IeeeAddress;
} tsCLD_IASACE_ZoneTable;
where:
u8ZoneIDis the identifier of the zoneu16ZoneTypeis a value indicating the type of zone (for the possible values, refer to the description of the attributee``16ZoneTypeof the IAS Zone cluster in Section 37.2)u64IeeeAddressis the IEEE/MAC address of the device which hosts the zone
Parent topic:Structures