1.3.2.3.19 MAC_WRP_SCAN_REQUEST_PARAMS Struct
C
typedef struct
{
    /* Duration of the scan in seconds */
    uint16_t scanDuration;
} MAC_WRP_SCAN_REQUEST_PARAMS;Summary
Defines the Parameters for the MAC Scan Request primitive.
Description
The structure contains the fields expected by the MAC Scan Request primitive.
Field description:
scanDuration. Duration of the scan in seconds.
Remarks
None.
