'Declaration
Public Enum RouteHostStatus Inherits System.Enum
'Usage
Dim instance As RouteHostStatus
public enum RouteHostStatus : System.Enum
'Declaration
Public Enum RouteHostStatus Inherits System.Enum
'Usage
Dim instance As RouteHostStatus
public enum RouteHostStatus : System.Enum
Member | Description |
---|---|
Broken | The InfoConnect host path lost the active host connection. How to determine this varies by transport type. |
Closed | The InfoConnect host path is inactive. |
Connected | The InfoConnect host path is connected to a destination. This usually indicates an active connection with the host. |
DupID | Two workstations are using the same terminal identifier (TID) to configure a host path. |
Established | The InfoConnect host path is established, but the host connection is not yet active. |
NoCfgFile | The configuration file is invalid, nonexistent, or empty. |
NoTermID | The TID in the host path is not found in the PEPGate configuration file |
Polling | The InfoConnect host path has an active host connection. How to determine this varies by transport type. |
SecDenied | The IP address for the workstation is not listed in the configuration file |
Transmitting | The InfoConnect host path is sending data. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.PTR.RouteHostStatus