enum tapi_trex_iom
Overview
Representation of possible values for tapi_trex_opt::iom option. More…
#include <tapi_trex.h> enum tapi_trex_iom { TAPI_TREX_IOM_NONE = TAPI_JOB_OPT_ENUM_UNDEF, TAPI_TREX_IOM_SILENT = 0, TAPI_TREX_IOM_NORMAL, TAPI_TREX_IOM_SHORT, };
Detailed Documentation
Representation of possible values for tapi_trex_opt::iom option.
Enum Values
TAPI_TREX_IOM_NONE
Option is omitted
TAPI_TREX_IOM_SILENT
IO mode for server output: silent.
TAPI_TREX_IOM_NORMAL
IO mode for server output: normal.
TAPI_TREX_IOM_SHORT
IO mode for server output: short.