Home
last modified time | relevance | path

Searched refs:retrieveSerialFromId (Results 1 – 2 of 2) sorted by relevance

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DUsbCdcIoChannel.h100 static std::string retrieveSerialFromId(const std::string& id);
H A DUsbCdcIoChannel.cpp147 PortInfo portInfo(name, string("\\\\.\\")+name, PortInfo::CDC, retrieveSerialFromId(deviceId));
382 std::string UsbCdcIoChannel::retrieveSerialFromId(const std::string& id) function in UsbCdcIoChannel