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

switch_false() 공개 정적인 메소드

public static switch_false ( string expr ) : int
expr string
리턴 int
        public static int switch_false(string expr)
        {
            int ret = freeswitchPINVOKE.switch_false(expr);
            return ret;
        }
freeswitch