InternalDtmfSignal Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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