InternalDtmfSignal Constructor |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemInt32
- endSignal
- Type: SystemBoolean
- volume
- Type: SystemInt32
- duration
- Type: SystemInt32
See Also