FreeSWITCH.Native.freeswitch.switch_name_event C# (CSharp) 메소드

switch_name_event() 공개 정적인 메소드

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
리턴 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