13.7.4.5 MODE_SWITCH_FLAGS

C

typedef struct
{
    bool enterDataMode;
    bool enterPeriodicTestMode;
    bool enterContTestMode;
    bool enterThroughputTestMode;
    bool throughputTimerCallback;
    bool enterPerTestMode;
    bool perTestMode;
}MODE_SWITCH_FLAGS;

Description

The structure contains the flags to indicate the app switching between different modes, For the app mode switching purpose console commands can be used. Please refer Operating Modes of application and Command Table section for more details.

Field Documentation

FieldDescription
enterDataModeBoolean flag to check if app has entered data mode
enterPeriodicTestModeBoolean flag to check if app has entered Periodic Test mode
enterContTestModeBoolean flag to check if app has entered Continuous Test mode
enterThroughputTestModeBoolean flag to check if app has entered Throughput Test mode
throughputTimerCallbackBoolean flag to check if Throughput Timer Cb been called
enterPerTestModeBoolean flag to check if app has entered PER Test Mode
perTestModeBoolean flag set to True if 100 packets been sent