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

switch_testv6_subnet() public static method

public static switch_testv6_subnet ( ip_t _ip, ip_t _net, ip_t _mask ) : switch_bool_t
_ip ip_t
_net ip_t
_mask ip_t
return switch_bool_t
        public static switch_bool_t switch_testv6_subnet(ip_t _ip, ip_t _net, ip_t _mask)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_testv6_subnet(ip_t.getCPtr(_ip), ip_t.getCPtr(_net), ip_t.getCPtr(_mask));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch