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

switch_event_fire_detailed() public static method

public static switch_event_fire_detailed ( string file, string func, int line, SWIGTYPE_p_p_switch_event arg3, SWIGTYPE_p_void user_data ) : switch_status_t
file string
func string
line int
arg3 SWIGTYPE_p_p_switch_event
user_data SWIGTYPE_p_void
return switch_status_t
        public static switch_status_t switch_event_fire_detailed(string file, string func, int line, SWIGTYPE_p_p_switch_event arg3, SWIGTYPE_p_void user_data)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_fire_detailed(file, func, line, SWIGTYPE_p_p_switch_event.getCPtr(arg3), SWIGTYPE_p_void.getCPtr(user_data));
            return ret;
        }
freeswitch