1.2.5.66 ADP_EXTENDED_ADDRESS Struct

C

typedef struct
{
    uint8_t value[8];

} ADP_EXTENDED_ADDRESS;

Summary

Defines the structure of an extended address.

Description

This data type defines the structure of an extended address. Extended Address is the term used in G3 Specification to refer to EUI-64 of a device.

Field description:

  • value. 8-byte array containing the EUI-64 of device.

Remarks

None.