tsCLD_ZllUtility_EndpointInformationCommandPayload
This structure is used to hold the payload data for a Commissioning Utility Endpoint Information command.
typedef struct
{
uint64 u64IEEEAddr;
uint16 u16NwkAddr;
uint8u8Endpoint;
uint16 u16ProfileID;
uint16 u16DeviceID;
uint8u8Version;
} tsCLD_ZllUtility_EndpointInformationCommandPayload;
where:
u64IEEEAddris the IEEE (MAC) address of the local node.u16NwkAddris the network (short) address of the local node.u8Endpointis the number of the local endpoint (1-240).u16ProfileIDis the identifier of the ZigBee application profile supported on the local endpoint.u16DeviceIDis identifier of the ZigBee device on the local endpoint.u8Versionspecifies the version number of the ZigBee device on the local endpoint.
Parent topic:Structures