FreeSWITCH.Native.freeswitch.switch_event_prep_for_delivery_detailed C# (CSharp) Method

switch_event_prep_for_delivery_detailed() public static method

public static switch_event_prep_for_delivery_detailed ( string file, string func, int line, switch_event arg3 ) : void
file string
func string
line int
arg3 switch_event
return void
        public static void switch_event_prep_for_delivery_detailed(string file, string func, int line, switch_event arg3)
        {
            freeswitchPINVOKE.switch_event_prep_for_delivery_detailed(file, func, line, switch_event.getCPtr(arg3));
        }
freeswitch