mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
Updated documentation.
This commit is contained in:
parent
31a589e6e7
commit
5d0c5335fa
@ -700,10 +700,10 @@ public:
|
||||
*/
|
||||
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;
|
||||
|
||||
/*! Human readable description if available. */
|
||||
/*! Human readable description of serial device if available. */
|
||||
std::string description;
|
||||
|
||||
/*! Hardware ID (e.g. VID:PID of USB serial devices) or "n/a" if not available. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user