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

switch_max_file_desc() 공개 정적인 메소드

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