Added doc for new USB Product field (windows-only)

This commit is contained in:
Cristian Maglie
2020-04-18 22:22:31 +01:00
parent f0d91f6e0d
commit 820cffa341
2 changed files with 15 additions and 6 deletions

View File

@@ -18,7 +18,10 @@ type PortDetails struct {
SerialNumber string
// Manufacturer string
Product string
// Product is an OS-dependent string that describes the serial port, it may
// be not always available and it may be different across OS.
Product string
}
// GetDetailedPortsList retrieve ports details like USB VID/PID.