MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ToString

Method ToString

plugins/usb/usb-helpers.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209std::string USBDeviceInfo::ToString() const
210{
211 return "Vendor ID: " + vendorID + "\nProduct ID: " + productID +
212 "\nBus Number:" + busNumber +
213 "\nDevice Address:" + deviceAddress +
214 "\nVendor Name:" + vendorName + "\nProduct Name:" + productName +
215 "\nSerial Number:" + serialNumber;
216}
217
218QString USBDeviceInfo::ToQString() const
219{

Callers 2

LogActionMethod · 0.45
GetRepeatDescriptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected