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

FieldDescription
nPacketsSentNo. of Packets Sent & received TX Done Cb
nBytesSentNo. of Bytes Sent
nPacketsRcvdAckNo. of Packets which received Ack
isModeActiveBoolean to indicate if a selected test Mode is active or not