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

switch_ast2regex() 공개 정적인 메소드

public static switch_ast2regex ( string pat, string rbuf, uint len ) : switch_bool_t
pat string
rbuf string
len uint
리턴 switch_bool_t
        public static switch_bool_t switch_ast2regex(string pat, string rbuf, uint len)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_ast2regex(pat, rbuf, len);
            return ret;
        }
freeswitch