diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Enumerator constant to return the direction of the call
Namespace:
InkostarAssembly: 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 name | Description | |
|---|---|---|
| Unknown | There is no call present or call direction could not be determined. | |
| Outbound | The call is outbound. | |
| Inbound | The call is inbound. |