Initializes a new instance of the
DtmfSignal class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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