1.3.2.3.25 MAC_WRP_START_CONFIRM_PARAMS Struct
C
typedef struct
{
    /* Result of the Start Request */
    MAC_WRP_STATUS status;
} MAC_WRP_START_CONFIRM_PARAMS;Summary
Defines the Parameters for the MAC Start Confirm event handler function.
Description
The structure contains the fields reported by the MAC Start Confirm event handler function.
Field description:
status. Result of the Start Request.
Remarks
None.
