1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Updated documentation.

This commit is contained in:
Craig Lilley 2014-04-26 13:22:45 +01:00
parent 31a589e6e7
commit 5d0c5335fa

View File

@ -700,10 +700,10 @@ public:
*/ */
struct PortInfo { struct PortInfo {
/*! Address of port (this can be passed to the constructor of Serial). */ /*! Address of the serial port (this can be passed to the constructor of Serial). */
std::string port; std::string port;
/*! Human readable description if available. */ /*! Human readable description of serial device if available. */
std::string description; std::string description;
/*! Hardware ID (e.g. VID:PID of USB serial devices) or "n/a" if not available. */ /*! Hardware ID (e.g. VID:PID of USB serial devices) or "n/a" if not available. */