enum tad_csap_status_t

Overview

#include <tad_common.h>

enum tad_csap_status_t {
    CSAP_IDLE,
    CSAP_BUSY,
    CSAP_COMPLETED,
    CSAP_ERROR,
};

Detailed Documentation

Enum Values

CSAP_IDLE

CSAP is ready for traffic operations or destroy

CSAP_BUSY

CSAP is busy with some traffic processing

CSAP_COMPLETED

Last traffic processing completed and CSAP waiting for *_stop command from Test.

CSAP_ERROR

Error was occurred during processing, CSAP waiting for *_stop command from Test.