9 #ifndef CUSTOMIOSAPI_H_
10 #define CUSTOMIOSAPI_H_
12 #import <Foundation/Foundation.h>
13 #import "CustomPrinter.h"
14 #import <ExternalAccessory/ExternalAccessory.h>
32 - (NSString *) GetAPIVersion;
38 - (void) EnableLogAPI:(Boolean) enable;
65 - (NSArray *) EnumWifiDevices:(NSInteger)searchTime :(NSError**)error;
86 - (
CustomPrinter*) GetPrinterDriverWIFI:(NSString *)printerIpAddr :(NSError**)error;
108 - (
CustomPrinter*) GetPrinterDriverWIFI:(NSString *)printerIpAddr :(NSInteger)printerIpPort :(NSError**)error;
133 - (NSArray *) EnumBTDevices:(NSError**)error;
153 - (
CustomPrinter*) GetPrinterDriverBT:(EAAccessory *)btdevice :(NSError**)error;