| DiaGlobWrapperCommonCallDirection Enumeration |
diaGlobWrapper Help
Enumerator constant to return the direction of the call
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic enum CallDirection
Public Enumeration CallDirection
public enum class CallDirection
Members|
| Member name | Value | Description |
|---|
| Inbound | 0 | The call is inbound. |
| Outbound | 1 | The call is outbound. |
| Unknown | 2 | There is no call present or call direction could not be determined. |
See Also