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

switch_name_event() public static method

public static switch_name_event ( string name, SWIGTYPE_p_switch_event_types_t type ) : switch_status_t
name string
type SWIGTYPE_p_switch_event_types_t
return switch_status_t
        public static switch_status_t switch_name_event(string name, SWIGTYPE_p_switch_event_types_t type)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_name_event(name, SWIGTYPE_p_switch_event_types_t.getCPtr(type));
            return ret;
        }
freeswitch