Specifies constants indicating a station's type.
Namespace: ININ.IceLib.ConnectionAssembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum StationType |
Visual Basic |
---|
Public Enumeration StationType |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The station is of an unknown type. | |
Local | 1 | The station is a local workstation. | |
Remote | 2 | The station is a remote workstation. | |
Sip | 3 | The station is connected via Sip. | |
Tapi | 4 | The station is connected via Tapi. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.