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

switch_socket_waitfor() public static method

public static switch_socket_waitfor ( SWIGTYPE_p_switch_pollfd_t poll, int ms ) : int
poll SWIGTYPE_p_switch_pollfd_t
ms int
return int
        public static int switch_socket_waitfor(SWIGTYPE_p_switch_pollfd_t poll, int ms)
        {
            int ret = freeswitchPINVOKE.switch_socket_waitfor(SWIGTYPE_p_switch_pollfd_t.getCPtr(poll), ms);
            return ret;
        }
freeswitch