1.3.2.3.44 MAC_WRP_EXTENDED_ADDRESS Struct
C
typedef struct
{
uint8_t address[8];
} MAC_WRP_EXTENDED_ADDRESS;
Summary
Defines the Extended Address as an array of 8 unsigned 8-bit integers.
Description
Creates an unsigned 8-bit integer array specific type for Extended Address definition.
Field description:
address. 8-bit integer array containing the extended address.
Remarks
Extended Address is equivalent to EUI-64 as defined in some related documents.