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