Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TERMINAL_STATE enum describes the current state of a terminal device. This enum is returned by the ITTerminal::get_State method.
Syntax
typedef enum TERMINAL_STATE {
TS_INUSE = 0,
TS_NOTINUSE
} ;
Constants
TS_INUSE Value: 0 The terminal is currently in use. |
TS_NOTINUSE The terminal is not currently in use. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |