Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_STATICValue: 0 A static terminal is a terminal that cannot be created and usually refers to hardware device. TAPI enumerates these terminals. |
TT_DYNAMICA terminal type that can be created. The application must call ITTerminalSupport::CreateTerminal to use this type of terminal. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |