1.3.2.3.47 MAC_WRP_PAN_DESCRIPTOR Struct
C
typedef struct
{
uint16_t rcCoord;
MAC_WRP_PAN_ID panId;
MAC_WRP_SHORT_ADDRESS lbaAddress;
uint8_t linkQuality;
MAC_WRP_MEDIA_TYPE_INDICATION mediaType;
} MAC_WRP_PAN_DESCRIPTOR;
Summary
Defines the fields of a PAN Descriptor object.
Description
This structure contains the fields which define a PAN Descriptor object, which contains information of the Beacon frames seen on a G3 network.
Field description:
- rcCoord: Route Cost to reach PAN Coordinator of device which sends the Beacon frame
- panId: PAN Identifier of the received Beacon frame
- lbaAddress: Short Address of device which sends the Beacon frame
- linkQuality: Signal reception quality of the received Beacon frame
- mediaType: Medium in which the Beacon frame is received
Remarks
mediaType field is only relevant if both MAC layers are used, otherwise it is fixed to the available MAC.
