RADLib
RADical C++ application framework
RADSerial::SerialPortInfo Struct Reference

Discovered serial port information. More...

#include <RADSerial.h>

Public Attributes

std::string path
 Device path such as /dev/ttyUSB0. More...
 
std::string name
 Display name. More...
 

Detailed Description

Discovered serial port information.

Member Data Documentation

◆ name

std::string RADSerial::SerialPortInfo::name

Display name.

◆ path

std::string RADSerial::SerialPortInfo::path

Device path such as /dev/ttyUSB0.


The documentation for this struct was generated from the following file: