[Missing <summary> documentation for "T:OPSSDKCommon.Model.Call.DtmfNamedEvents"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
| C# |
|---|
public enum DtmfNamedEvents |
| Visual Basic |
|---|
Public Enumeration DtmfNamedEvents |
| Visual C++ |
|---|
public enum class DtmfNamedEvents |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Dtmf0 | 0 | ||
| Dtmf1 | 1 | ||
| Dtmf2 | 2 | ||
| Dtmf3 | 3 | ||
| Dtmf4 | 4 | ||
| Dtmf5 | 5 | ||
| Dtmf6 | 6 | ||
| Dtmf7 | 7 | ||
| Dtmf8 | 8 | ||
| Dtmf9 | 9 | ||
| DtmfStar | 10 | ||
| DtmfHashMark | 11 | ||
| DtmfA | 12 | ||
| DtmfB | 13 | ||
| DtmfC | 14 | ||
| DtmfD | 15 |