#include <serial.h>
Structure that describes a serial device.
Definition at line 750 of file serial.h.
◆ description
std::string serial::PortInfo::description |
Human readable description of serial device if available.
Definition at line 756 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 759 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 753 of file serial.h.
The documentation for this struct was generated from the following file: