1.3.3.1.42 MAC_PAN_DESCRIPTOR Struct

C

typedef struct
{
    uint16_t rcCoord;
    MAC_PAN_ID panId;
    MAC_SHORT_ADDRESS lbaAddress;
    uint8_t linkQuality;
} MAC_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

Remarks

None.