ThinManager functions

Use the ThinManager functions to show status and monitoring information of the ThinManager terminal.
TIP: The TermMon ActiveX Control communicates to a ThinManager terminal over TCP port 2031. For the ThinManager functions to get the correct information, enable this port on both thin server and thin client.
This function
Returns this value
TM_ConnectionState()
An integer from 1 through 3 representing the connection state to the ThinManager terminal.
  • 1: Failed
    Failed means that a network connection was established to the ThinManager terminal, but the connection was rejected. For more information, see the ThinManager user manual.
  • 2: Disconnected
    Disconnected means that the connection is not enabled or unable to establish a network connection to the ThinManager terminal.
  • 3: Connected
    Connected means that the connection to the ThinManager terminal is successful.
TM_DisplayClientCurrent()
The ThinManager Display Client that is currently being displayed on the ThinManager terminal.
TM_RelevanceLocationName()
The full path and name of the current Relevance Location.
TM_RelevanceUsername()
The user name of the current Relevance User.
TM_TerminalIP()
The IP address of the ThinManager terminal.
TM_TerminalName()
The name of the ThinManager terminal.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal