|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UnsupportedException | |
| com.sap.ip.me.api.pios.connection | Provides the core connection classes for the Peripheral Input/Output Services infra-structure for MI 2.5. |
| com.sap.ip.me.api.pios.printer | Printer support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services. |
| Uses of UnsupportedException in com.sap.ip.me.api.pios.connection |
| Methods in com.sap.ip.me.api.pios.connection that throw UnsupportedException | |
abstract Connection |
Connector.open(ConnectionParameters parameters)
Opens a connection to a peripheral based on the parameters. |
| Uses of UnsupportedException in com.sap.ip.me.api.pios.printer |
| Methods in com.sap.ip.me.api.pios.printer that throw UnsupportedException | |
abstract void |
PrinterConnection.clearError()
Clear printer error. |
abstract void |
PrinterConnection.sendRawBytes(byte[] rawBytes)
Use this method to send bytes to printer. |
abstract PrinterBarcode |
PrinterConnection.createBarcode(Symbology symbology,
long options)
Creates a barcode object. |
abstract PrinterImage |
PrinterConnection.createImage(java.lang.String name,
int imageType,
byte[] image)
Creates a printer image from a byte array. |
abstract void |
PrinterConnection.advance(float points)
Advances the paper forward in points specified by a positive number or backwards in points specified by a negative number. |
abstract void |
PrinterConnection.loadImage(PrinterImage image)
Loads image to printer's memory. |
abstract void |
PrinterConnection.deleteImage(java.lang.String name)
Deletes preloaded image from printer's memory. |
abstract void |
LinePrinter.setLineSpacing(float points)
Sets the space between lines. |
abstract void |
LinePrinter.printText(PrinterFont font,
java.lang.String text,
int alignment)
Prints the specified text at the current line position. |
abstract void |
LinePrinter.printBarcode(PrinterBarcode barcode,
byte[] data,
int alignment)
Prints a barcode at current line position. |
abstract void |
LinePrinter.printImage(java.lang.String imageName,
int alignment)
Prints an image at current line position. |
abstract Metrics |
GraphicPrinter.getPageMetrics()
Returns the printer page metrics. |
abstract void |
GraphicPrinter.drawText(PrinterFont font,
float x,
float y,
java.lang.String text,
int rotate)
Draws a text field using the particular font at the specified coordinates. |
abstract void |
GraphicPrinter.drawBarcode(PrinterBarcode barcode,
float x,
float y,
byte[] data,
int rotate)
Draws a barcode at the specified coordinates. |
abstract void |
GraphicPrinter.drawImage(java.lang.String name,
float x,
float y,
int rotate)
Draws an image at the specified coordinates. |
abstract void |
GraphicPrinter.drawLine(float x0,
float y0,
float x1,
float y1,
float thickness)
Draws a line using the specified coordinates. |
abstract void |
GraphicPrinter.drawRectangle(float x,
float y,
float width,
float height,
float thickness)
Draws a rectangle using the specified point coordinate for the left most top corner of the rectangle and the width and height. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||