FreeSWITCH.Native.freeswitch.switch_fd_read_line C# (CSharp) 메소드

switch_fd_read_line() 공개 정적인 메소드

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
리턴 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