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

switch_priority_name() public static method

public static switch_priority_name ( switch_priority_t priority ) : string
priority switch_priority_t
return string
        public static string switch_priority_name(switch_priority_t priority)
        {
            string ret = freeswitchPINVOKE.switch_priority_name((int)priority);
            return ret;
        }
freeswitch