RADLib
RADical C++ application framework
RADSerial Namespace Reference

Classes

struct  SerialConfig
 Serial port configuration. More...
 
struct  SerialPortInfo
 Discovered serial port information. More...
 
class  RADSerialPort
 Linux serial port backed by termios and RADCore::RADIODevice. More...
 

Enumerations

enum class  Parity { None , Even , Odd }
 Serial parity mode. More...
 
enum class  StopBits { One , Two }
 Serial stop bit mode. More...
 
enum class  FlowControl { None , Hardware , Software }
 Serial flow control mode. More...
 

Enumeration Type Documentation

◆ FlowControl

Serial flow control mode.

Enumerator
None 
Hardware 
Software 

◆ Parity

enum RADSerial::Parity
strong

Serial parity mode.

Enumerator
None 
Even 
Odd 

◆ StopBits

enum RADSerial::StopBits
strong

Serial stop bit mode.

Enumerator
One 
Two