1.3.3.1.16 MAC_START_CONFIRM_PARAMS Struct
C
typedef struct
{
/* Result of the Start Request */
MAC_STATUS status;
} MAC_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.
