1.2.5.74 LBP_ADP_NETWORK_JOIN_CFM_PARAMS Struct

C

typedef struct
{
    /* The 16-bit network address that was allocated to the device */
    uint16_t networkAddress;
    /* The 16-bit address of the PAN of which the device is now a member */
    uint16_t panId;
    /* The status of the request */
    uint8_t status;
} LBP_ADP_NETWORK_JOIN_CFM_PARAMS;

Summary

Defines the parameters for the ADP Network Join Confirm event handler function.

Description

The structure contains the fields reported by the ADP Network Join Confirm event handler function.

Field description:

  • networkAddress. The 16-bit network address that was allocated to the device.

  • panId. The 16-bit address of the PAN of which the device is now a member.

  • status. The result of the request.

Remarks

None.