1.3.3.1.12 MAC_RESET_CONFIRM_PARAMS Struct

C

typedef struct
{
    /* Result of the Reset Request */
    MAC_STATUS status;
} MAC_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.