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

switch_dow_cmp() public static method

public static switch_dow_cmp ( string exp, int val ) : switch_bool_t
exp string
val int
return switch_bool_t
        public static switch_bool_t switch_dow_cmp(string exp, int val)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_dow_cmp(exp, val);
            return ret;
        }
freeswitch