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

switch_channel_set_name() 공개 정적인 메소드

public static switch_channel_set_name ( SWIGTYPE_p_switch_channel channel, string name ) : switch_status_t
channel SWIGTYPE_p_switch_channel
name string
리턴 switch_status_t
        public static switch_status_t switch_channel_set_name(SWIGTYPE_p_switch_channel channel, string name)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_set_name(SWIGTYPE_p_switch_channel.getCPtr(channel), name);
            return ret;
        }
freeswitch