SERIAL++ library: simple serial port access
◆
clocal()
void serialport::SerialPort::clocal
(
)
const
set clocal
Definition at line
123
of file
serialport.cc
.
References
Mfd
.
124
{
125
struct
termios options;
126
::tcgetattr(
Mfd
, &options);
127
options.c_cflag |= CLOCAL;
128
::tcsetattr(
Mfd
, TCSANOW, &options);
129
}
// void SerialPort::clocal() const
serialport::SerialPort::Mfd
int Mfd
file descriptor to this port
Definition:
serialport.h:90
serialport
SerialPort
Generated on Mon Aug 21 2023 17:36:31 for SERIAL++ library: simple serial port access by
1.8.14