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

switch_fd_read_line() public static method

public static switch_fd_read_line ( int fd, string buf, SWIGTYPE_p_switch_size_t len ) : SWIGTYPE_p_switch_size_t
fd int
buf string
len SWIGTYPE_p_switch_size_t
return SWIGTYPE_p_switch_size_t
        public static SWIGTYPE_p_switch_size_t switch_fd_read_line(int fd, string buf, SWIGTYPE_p_switch_size_t len)
        {
            SWIGTYPE_p_switch_size_t ret = new SWIGTYPE_p_switch_size_t(freeswitchPINVOKE.switch_fd_read_line(fd, buf, SWIGTYPE_p_switch_size_t.getCPtr(len)), true);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch