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

switch_channel_get_flag_string() public static method

public static switch_channel_get_flag_string ( SWIGTYPE_p_switch_channel channel ) : string
channel SWIGTYPE_p_switch_channel
return string
        public static string switch_channel_get_flag_string(SWIGTYPE_p_switch_channel channel)
        {
            string ret = freeswitchPINVOKE.switch_channel_get_flag_string(SWIGTYPE_p_switch_channel.getCPtr(channel));
            return ret;
        }
freeswitch