8#include <score_plugin_protocols_export.h>
17 std::string port_name;
18 std::string system_location;
19 std::string description;
20 std::string manufacturer;
21 std::string serial_number;
23 std::optional<uint16_t> vendor_id;
24 std::optional<uint16_t> product_id;
30SCORE_PLUGIN_PROTOCOLS_EXPORT
31std::vector<port_info> available_ports();
32SCORE_PLUGIN_PROTOCOLS_EXPORT
33std::vector<int32_t> standard_baud_rates();
Definition SerialInfo.hpp:16