1.2.5.25 ADP_PAN_DESCRIPTOR Struct
C
typedef struct
{
/* The 16-bit PAN identifier */
uint16_t panId;
/* The 16 bit short address of a device in this PAN to be used as the LBA
* by the associating device */
uint16_t lbaAddress;
/* The estimated route cost from LBA to the coordinator */
uint16_t rcCoord;
/* The 8-bit link quality of LBA */
uint8_t linkQuality;
/* The media type (PLC or RF) used to communicate with LBA */
uint8_t mediaType;
} ADP_PAN_DESCRIPTOR;
Summary
Defines the structure of a PAN Descriptor.
Description
This data type defines the structure of a PAN Descriptor. It used in ADP Discovery Indication to store the parameters of the discovered PAN.
Field description:
- panId: The 16-bit PAN identifier
- lbaAddress: The 16 bit short address of a device in this PAN to be used as the LBA (LoWPAN Bootstrap Agent) by the associating device
- rcCoord: The estimated route cost from LBA to the PAN Coordinator
- linkQuality: The Link Quality measured when receiving frames from the LBA
- mediaType: The media type (PLC or RF) on which the frame from LBA was received
Remarks
None.
