ICallInfoDataReceived Event |
Occurs when the other party sent data in a SIP INFO request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
Syntaxevent EventHandler<VoIPEventArgs<InfoData>> InfoDataReceived
Event InfoDataReceived As EventHandler(Of VoIPEventArgs(Of InfoData))
event EventHandler<VoIPEventArgs<InfoData^>^>^ InfoDataReceived {
void add (EventHandler<VoIPEventArgs<InfoData^>^>^ value);
void remove (EventHandler<VoIPEventArgs<InfoData^>^>^ value);
}abstract InfoDataReceived : IEvent<EventHandler<VoIPEventArgs<InfoData>>,
VoIPEventArgs<InfoData>>Value
EventHandlerVoIPEventArgsInfoData
See Also