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

switch_max_file_desc() public static method

public static switch_max_file_desc ( ) : int
return int
        public static int switch_max_file_desc()
        {
            int ret = freeswitchPINVOKE.switch_max_file_desc();
            return ret;
        }
freeswitch