Initializes a new instance of the
DtmfSignal class.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic DtmfSignal(
int signal,
int duration
)
Public Sub New (
signal As Integer,
duration As Integer
)
public:
DtmfSignal(
int signal,
int duration
)
new :
signal : int *
duration : int -> DtmfSignal
Parameters
- signal
- Type: SystemInt32
The DTMF tone. - duration
- Type: SystemInt32
The duration of the DTMF tone.
See Also