SERIAL++ library: simple serial port access

◆ sendxon()

void serialport::SerialPort::sendxon ( ) const

send xon

Definition at line 113 of file serialport.cc.

References Mfd, and Musexon.

Referenced by read().

114  { if (Musexon) { ::tcflow(Mfd, TCION); } }
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: