struct mrpt::comms::TFTDIDevice
Overview
A list of FTDI devices and their descriptors.
See also:
CInterfaceFTDI::ListAllDevices
#include <mrpt/comms/CInterfaceFTDI.h> struct TFTDIDevice { // fields std::string ftdi_manufacturer; std::string ftdi_description; std::string ftdi_serial; uint16_t usb_idVendor; uint16_t usb_idProduct; uint8_t usb_serialNumber; };