Package | Description |
---|---|
com.rscja.deviceapi | |
com.rscja.deviceapi.interfaces | |
com.rscja.team.mtk.deviceapi |
Modifier and Type | Method and Description |
---|---|
static Printer.BarcodeType |
Printer.BarcodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Printer.BarcodeType[] |
Printer.BarcodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Printer.print(java.lang.String barcodeData,
Printer.BarcodeType barcodeType)
打印条码
print barcode |
Modifier and Type | Method and Description |
---|---|
void |
IPrinter.print(java.lang.String barcodeData,
Printer.BarcodeType barcodeType)
打印条码
print barcode |
Modifier and Type | Method and Description |
---|---|
void |
Printer_mtk.print(java.lang.String barcodeData,
Printer.BarcodeType barcodeType)
打印条码
*print barcode |