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

switch_find_local_ip() public static method

public static switch_find_local_ip ( string buf, int len, SWIGTYPE_p_int mask, int family ) : switch_status_t
buf string
len int
mask SWIGTYPE_p_int
family int
return switch_status_t
        public static switch_status_t switch_find_local_ip(string buf, int len, SWIGTYPE_p_int mask, int family)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_find_local_ip(buf, len, SWIGTYPE_p_int.getCPtr(mask), family);
            return ret;
        }
freeswitch