OpenCPN Partial API docs
Loading...
Searching...
No Matches
serial::PortInfo Struct Reference

Structure that describes a serial device. More...

#include <serial.h>

Public Attributes

std::string port
 Address of the serial port (this can be passed to the constructor of Serial).
 
std::string description
 Human readable description of serial device if available.
 
std::string hardware_id
 Hardware ID (e.g.
 

Detailed Description

Structure that describes a serial device.

Definition at line 750 of file serial.h.

Member Data Documentation

◆ 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: