TERMINAL_TYPE enumeration (tapi3if.h)

The TERMINAL_TYPE enum describes the type of the terminal. This enum is returned by the ITTerminal::get_TerminalType method.

Syntax

typedef enum TERMINAL_TYPE {
  TT_STATIC = 0,
  TT_DYNAMIC
} ;

Constants

 
TT_STATIC
Value: 0
A static terminal is a terminal that cannot be created and usually refers to hardware device. TAPI enumerates these terminals.
TT_DYNAMIC
A terminal type that can be created. The application must call
ITTerminalSupport::CreateTerminal to use this type of terminal.

Requirements

Requirement Value
Header tapi3if.h

See also

ITTerminal::get_TerminalType