SERIAL++ library: simple serial port access

◆ sendxoff()

void serialport::SerialPort::sendxoff ( ) const

send xoff

Definition at line 118 of file serialport.cc.

References Mfd, and Musexon.

Referenced by read().

119  { if (Musexon) { ::tcflow(Mfd, TCIOFF); } }
bool Musexon
use xon/xoff flow control
Definition: serialport.h:96
int Mfd
file descriptor to this port
Definition: serialport.h:90
Here is the caller graph for this function: