SerialPort Member List
This is the complete list of members for SerialPort, including all inherited members.
canonical enum value | SerialPort | |
close() | SerialPort | |
flush() | SerialPort | |
getPort() const | SerialPort | |
isBusy() const | SerialPort | |
isBusyOp() const | SerialPort | |
isOpened() const | SerialPort | |
m_baud_rate | SerialPort | protected |
m_flow_control | SerialPort | protected |
m_port | SerialPort | protected |
m_serial_port | SerialPort | protected |
m_TypeR | SerialPort | protected |
nocanonical enum value | SerialPort | |
open(boost::system::error_code &ec) | SerialPort | |
send(const char *buffer, int size)=0 | SerialPort | pure virtual |
SerialPort(boost::asio::io_service &io, const char *port, int baud_rate, boost::asio::serial_port_base::flow_control::type flow, TypeRec type=nocanonical) | SerialPort | |
SerialPort(boost::asio::io_service &io) | SerialPort | explicit |
setPort(const char *port, int baud_rate, boost::asio::serial_port_base::flow_control::type flow) | SerialPort | |
TypeRec enum name | SerialPort | |
VC_DATA typedef | SerialPort | protected |
~SerialPort() | SerialPort | virtual |