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

switch_event_create_subclass_detailed() public static method

public static switch_event_create_subclass_detailed ( string file, string func, int line, SWIGTYPE_p_p_switch_event arg3, switch_event_types_t event_id, string subclass_name ) : switch_status_t
file string
func string
line int
arg3 SWIGTYPE_p_p_switch_event
event_id switch_event_types_t
subclass_name string
return switch_status_t
        public static switch_status_t switch_event_create_subclass_detailed(string file, string func, int line, SWIGTYPE_p_p_switch_event arg3, switch_event_types_t event_id, string subclass_name)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_create_subclass_detailed(file, func, line, SWIGTYPE_p_p_switch_event.getCPtr(arg3), (int)event_id, subclass_name);
            return ret;
        }
freeswitch