| Package | Description |
|---|---|
| net.posprinter.asynncTask | |
| net.posprinter.posinterface | |
| net.posprinter.service |
| Modifier and Type | Field and Description |
|---|---|
(package private) UiExecute |
PosAsynncTask.execute |
| Constructor and Description |
|---|
PosAsynncTask(UiExecute execute,
BackgroundInit init) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMyBinder.acceptdatafromprinter(UiExecute execute) |
void |
IMyBinder.connectBtPort(java.lang.String bluetoothID,
UiExecute execute) |
void |
IMyBinder.connectNetPort(java.lang.String ethernetIP,
int ethernetPort,
UiExecute execute) |
void |
IMyBinder.connectUsbPort(android.content.Context context,
java.lang.String usbID,
UiExecute execute) |
void |
IMyBinder.disconnectCurrentPort(UiExecute execute) |
void |
IMyBinder.write(byte[] data,
UiExecute execute) |
void |
IMyBinder.writeDataByYouself(UiExecute execute,
ProcessData processData) |
| Modifier and Type | Method and Description |
|---|---|
void |
PosPrinterService.MyBinder.acceptdatafromprinter(UiExecute execute) |
void |
PosPrinterService.MyBinder.connectBtPort(java.lang.String bluetoothID,
UiExecute execute) |
void |
PosPrinterService.MyBinder.connectNetPort(java.lang.String ethernetIP,
int ethernetPort,
UiExecute execute) |
void |
PosPrinterService.MyBinder.connectUsbPort(android.content.Context context,
java.lang.String usbPathName,
UiExecute execute) |
void |
PosPrinterService.MyBinder.disconnectCurrentPort(UiExecute execute) |
void |
PosPrinterService.MyBinder.write(byte[] data,
UiExecute execute) |
void |
PosPrinterService.MyBinder.writeDataByYouself(UiExecute execute,
ProcessData processData) |