InternalDtmfSignal Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic InternalDtmfSignal(
int currentEvent,
bool endSignal,
int volume,
int duration
)
Public Sub New (
currentEvent As Integer,
endSignal As Boolean,
volume As Integer,
duration As Integer
)
public:
InternalDtmfSignal(
int currentEvent,
bool endSignal,
int volume,
int duration
)
new :
currentEvent : int *
endSignal : bool *
volume : int *
duration : int -> InternalDtmfSignal
Parameters
- currentEvent Int32
-
- endSignal Boolean
-
- volume Int32
-
- duration Int32
-
See Also