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