FreeSWITCH.Native.freeswitch.switch_false C# (CSharp) Method

switch_false() public static method

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