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

switch_channel_name_state() public static method

public static switch_channel_name_state ( string name ) : switch_channel_state_t
name string
return switch_channel_state_t
        public static switch_channel_state_t switch_channel_name_state(string name)
        {
            switch_channel_state_t ret = (switch_channel_state_t)freeswitchPINVOKE.switch_channel_name_state(name);
            return ret;
        }
freeswitch