Click or drag to resize
TapiCallDirection Enumeration
Describes the direction of a call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public enum TapiCallDirection
Members
  Member nameValueDescription
Unknown0 The direction is currently unknown.
Incoming1 Indicates incoming call.
Outgoing2 Indicates outgoing call.
See Also