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

switch_core_port_allocator_free_port() public static method

public static switch_core_port_allocator_free_port ( SWIGTYPE_p_switch_core_port_allocator alloc, ushort port ) : switch_status_t
alloc SWIGTYPE_p_switch_core_port_allocator
port ushort
return switch_status_t
        public static switch_status_t switch_core_port_allocator_free_port(SWIGTYPE_p_switch_core_port_allocator alloc, ushort port)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_port_allocator_free_port(SWIGTYPE_p_switch_core_port_allocator.getCPtr(alloc), port);
            return ret;
        }
freeswitch