Specifies constants indicating a station's type.

Namespace: ININ.IceLib.Connection
Assembly: 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 nameValueDescription
Unknown0The station is of an unknown type.
Local1The station is a local workstation.
Remote2The station is a remote workstation.
Sip3The station is connected via Sip.
Tapi4The 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.

See Also