UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
UsbConnection.h
1
2//
3// UsbConnection.h
4// TSCPrinters SDK
5//
6// Created by Realbuber on 2024/3/21.
7//
8#import <Foundation/Foundation.h>
9#import <IOKit/usb/IOUSBLib.h>
10#import <UniPRT/UsbInterfaceInfo.h>
11#import <UniPRT/AComm.h>
12
26@interface UsbConnection : NSObject
27
41- (NSArray<NSArray *> *)availableDevices;
42
43@end