1.1.2.4.52 MAC_RT_ADDRESS Struct
C
typedef struct { /* Modulation type */ MAC_RT_ADDRESS_MODE addressMode; union { /* Short Address */ uint16_t shortAddress; /* Extended Address */ MAC_RT_EXT_ADDRESS extendedAddress; }; } MAC_RT_ADDRESS;
Summary
G3 MAC address.
Description
This data type includes the G3 MAC addressing mode and address (short or extended).
Remarks
The format of the address depends on the addressing mode field.