13.7.4.6 APP_MODE_PARAMS

C

typedef struct
{
    uint64_t nPacketsSent;
    uint64_t nBytesSent;
    uint64_t nPacketsRcvdAck; 
    bool isModeActive;
}APP_MODE_PARAMS;

Description

The structure contains the information about the no. of packets transmitted, no. of bytes sent and no. of packets which has received acknowledgement for each of the test Modes. To operate different test modes, console commands can be used. Please refer Operating Modes of application and Command Table section for more details.

Field Documentation

Field Description
nPacketsSent No. of Packets Sent & received TX Done Cb
nBytesSent No. of Bytes Sent
nPacketsRcvdAck No. of Packets which received Ack
isModeActive Boolean to indicate if a selected test Mode is active or not