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

switch_is_lan_addr() public static method

public static switch_is_lan_addr ( string ip ) : switch_bool_t
ip string
return switch_bool_t
        public static switch_bool_t switch_is_lan_addr(string ip)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_is_lan_addr(ip);
            return ret;
        }
freeswitch