Initializes a new instance of the DtmfSignal class
Namespace: OPSSDKAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public DtmfSignal( int duration, DtmfNamedEvents signal ) |
Visual Basic |
---|
Public Sub New ( duration As Integer, signal As DtmfNamedEvents ) |
Visual C++ |
---|
public: DtmfSignal( int duration, DtmfNamedEvents signal ) |
Parameters
- duration
- Type: System..::..Int32
[Missing <param name="duration"/> documentation for "M:OPSSDK.DtmfSignal.#ctor(System.Int32,OPSSDKCommon.Model.Call.DtmfNamedEvents)"]
- signal
- Type: OPSSDKCommon.Model.Call..::..DtmfNamedEvents
[Missing <param name="signal"/> documentation for "M:OPSSDK.DtmfSignal.#ctor(System.Int32,OPSSDKCommon.Model.Call.DtmfNamedEvents)"]