public abstract class PIFactory
extends java.lang.Object
| Constructor and Description |
|---|
PIFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract PrinterInterface |
create()
Create printer interface for connection
创建打印机接口,用于连接 |
abstract PrinterInterface |
create(BluetoothType bluetoothType)
Create printer interface for connection
创建打印机接口,用于连接 |
public abstract PrinterInterface create()
public abstract PrinterInterface create(BluetoothType bluetoothType)
bluetoothType - BLUETOOTH_EDR, BLUETOOTH_BLE(Not support yet)