Click or drag to resize
DiaGlobWrapperCommonCallDirection Enumeration
diaGlobWrapper Help
Enumerator constant to return the direction of the call

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public enum CallDirection
Members
  Member nameValueDescription
Inbound0The call is inbound.
Outbound1The call is outbound.
Unknown2There is no call present or call direction could not be determined.
See Also