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

switch_log_str2mask() 공개 정적인 메소드

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