diaGlobWrapper Help
Enumerator constant to return the direction of the call

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public enum CallDirection
Visual Basic (Declaration)
Public Enumeration CallDirection
Visual C++
public enum class CallDirection

Members

Member nameDescription
Unknown
There is no call present or call direction could not be determined.
Outbound
The call is outbound.
Inbound
The call is inbound.

See Also