#include <serial.h>
Structure that describes a serial device.
Definition at line 748 of file serial.h.
◆ description
std::string serial::PortInfo::description |
Human readable description of serial device if available.
Definition at line 754 of file serial.h.
◆ hardware_id
std::string serial::PortInfo::hardware_id |
Hardware ID (e.g. VID:PID of USB serial devices) or "n/a" if not available.
Definition at line 757 of file serial.h.
◆ port
std::string serial::PortInfo::port |
Address of the serial port (this can be passed to the constructor of Serial).
Definition at line 751 of file serial.h.
The documentation for this struct was generated from the following file: