enum tad_traffic_op_t
Overview
Constants for last unprocessed traffic command to the CSAP More…
#include <tad_types.h> enum tad_traffic_op_t { TAD_OP_IDLE, TAD_OP_SEND, TAD_OP_SEND_RECV, TAD_OP_RECV, TAD_OP_GET, TAD_OP_WAIT, TAD_OP_STOP, TAD_OP_DESTROY, TAD_OP_SEND_DONE, TAD_OP_RECV_DONE, };
Detailed Documentation
Constants for last unprocessed traffic command to the CSAP
Enum Values
TAD_OP_IDLE
no traffic operation, waiting for command
TAD_OP_SEND
trsend_start
TAD_OP_SEND_RECV
trsend_recv
TAD_OP_RECV
trrecv_start
TAD_OP_GET
trrecv_get
TAD_OP_WAIT
trrecv_wait
TAD_OP_STOP
tr{send|recv}_stop
TAD_OP_DESTROY
csap_destroy
TAD_OP_SEND_DONE
internal command to nofity that send processing has been finished
TAD_OP_RECV_DONE
internal command to nofity that receive processing has been finished