1.2.5.48 ADP_LBP_CFM_PARAMS Struct
C
typedef struct { /* The handle of the NSDU confirmed by this primitive */ uintptr_t nsduHandle; /* The status code of a previous ADP LBP Request */ uint8_t status; } ADP_LBP_CFM_PARAMS;
Summary
Defines the Parameters for the ADP LBP Confirm event handler function.
Description
The structure contains the fields reported by the ADP LBP Confirm event handler function.
Field description:
nsduHandle. The handle of the NSDU confirmed by this primitive.
status. The status code of a previous ADP LBP Request.
Remarks
None.