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

switch_core_port_allocator_new() public static method

public static switch_core_port_allocator_new ( ushort start, ushort end, uint flags, SWIGTYPE_p_p_switch_core_port_allocator new_allocator ) : switch_status_t
start ushort
end ushort
flags uint
new_allocator SWIGTYPE_p_p_switch_core_port_allocator
return switch_status_t
        public static switch_status_t switch_core_port_allocator_new(ushort start, ushort end, uint flags, SWIGTYPE_p_p_switch_core_port_allocator new_allocator)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_port_allocator_new(start, end, flags, SWIGTYPE_p_p_switch_core_port_allocator.getCPtr(new_allocator));
            return ret;
        }
freeswitch