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

switch_core_debug_level() 공개 정적인 메소드

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