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

switch_core_port_allocator_request_port() public static method

public static switch_core_port_allocator_request_port ( SWIGTYPE_p_switch_core_port_allocator alloc, SWIGTYPE_p_unsigned_short port_ptr ) : switch_status_t
alloc SWIGTYPE_p_switch_core_port_allocator
port_ptr SWIGTYPE_p_unsigned_short
return switch_status_t
        public static switch_status_t switch_core_port_allocator_request_port(SWIGTYPE_p_switch_core_port_allocator alloc, SWIGTYPE_p_unsigned_short port_ptr)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_port_allocator_request_port(SWIGTYPE_p_switch_core_port_allocator.getCPtr(alloc), SWIGTYPE_p_unsigned_short.getCPtr(port_ptr));
            return ret;
        }
freeswitch