SERIAL++ library: simple serial port access

◆ read() [2/2]

int serialport::SerialPort::read ( char *  buffer,
const int &  bufsize 
) const

low-level read

low-level read from port

Definition at line 108 of file serialport.cc.

References Mfd, and read().

109  { return(::read(Mfd, buffer, bufsize)); }
std::string read(const std::string &delim="\) const
read from port until delimiter
Definition: serialport.cc:83
int Mfd
file descriptor to this port
Definition: serialport.h:90
Here is the call graph for this function: