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

switch_core_idle_cpu() 공개 정적인 메소드

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