|
|||||||||||
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. |
com.sap.ip.me.api.pios.rfid | Provides the classes to access RFIDs thru the PIOS infra-structure. |
com.sap.ip.me.api.pios.scanner | Scanner 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 void |
LinePrinter.printTransientImage(java.awt.Image img,
int alignment)
Prints a transient 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. |
abstract void |
GraphicPrinter.drawTransientImage(java.awt.Image img,
float x,
float y,
int rotate)
Draws a transient image at the specified coordinates. |
Uses of UnsupportedException in com.sap.ip.me.api.pios.rfid |
Methods in com.sap.ip.me.api.pios.rfid that throw UnsupportedException | |
abstract RfidTag[] |
RfidConnection.identify()
Returns all the tags available within the RFID reader area of coverage. |
abstract RfidTag[] |
RfidConnection.identify(RfidTagType tagType)
Returns all the tags available within the RFID reader area of coverage that matches the tag type specified. |
abstract RfidTagData |
RfidConnection.read(RfidTag tag,
int startPos,
int length)
Reads bytes from the selected tag. |
abstract void |
RfidConnection.write(RfidTag tag,
int startPos,
byte[] data)
Writes bytes to the selected tag. |
abstract void |
RfidConnection.programTagID(byte[] newTagID)
Programs a tag with a new TagID. |
abstract void |
RfidConnection.lockTagID(byte[] password)
The lockTagID function locks a tag id so it cannot be changed. |
abstract void |
RfidConnection.resetTagID(RfidTag tag,
byte[] password)
Resets a tag id, making it programmable again. |
Uses of UnsupportedException in com.sap.ip.me.api.pios.scanner |
Methods in com.sap.ip.me.api.pios.scanner that throw UnsupportedException | |
abstract void |
ScannerConnection.setSoftTrigger(boolean enabled)
Sets the scan engine laser beam to an On/Off position. |
abstract void |
ScannerConnection.addSymbology(Symbology symbology)
Adds a symbology (and its options/preferences) to be read by the scanner. |
abstract void |
ScannerConnection.setOptions(long options)
Sets the scanner options mask. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |