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
Field | Description |
---|---|
enterDataMode | Boolean flag to check if app has entered data mode |
enterPeriodicTestMode | Boolean flag to check if app has entered Periodic Test mode |
enterContTestMode | Boolean flag to check if app has entered Continuous Test mode |
enterThroughputTestMode | Boolean flag to check if app has entered Throughput Test mode |
throughputTimerCallback | Boolean flag to check if Throughput Timer Cb been called |
enterPerTestMode | Boolean flag to check if app has entered PER Test Mode |
perTestMode | Boolean flag set to True if 100 packets been sent |