// List detected printers status_t list_transport_ports(BMessage *msg) { USBPrinterRoster roster; status_t status = roster.ListPrinters(msg); roster.Stop(); return status; }
// List detected printers status_t list_transport_ports(BMessage* msg) { return gUSBPrinterRoster.ListPrinters(msg); }