|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
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 Connection in com.sap.ip.me.api.pios.connection |
Methods in com.sap.ip.me.api.pios.connection that return Connection | |
abstract Connection |
Connector.open(ConnectionParameters parameters)
Opens a connection to a peripheral based on the parameters. |
Uses of Connection in com.sap.ip.me.api.pios.printer |
Subclasses of Connection in com.sap.ip.me.api.pios.printer | |
class |
GraphicPrinter
A graphic printer refers to a printer that supports X, Y coordinates to locate text, barcodes, images, or graphics to be printed. |
class |
LinePrinter
Use this class to print text, barcodes, and images one line at a time, specifying field alignment. |
class |
PrinterConnection
Defines a base class for a printer connection. |
Uses of Connection in com.sap.ip.me.api.pios.rfid |
Subclasses of Connection in com.sap.ip.me.api.pios.rfid | |
class |
RfidConnection
RfidConnection defines a connection (session) with a specific RFID reader. |
Uses of Connection in com.sap.ip.me.api.pios.scanner |
Subclasses of Connection in com.sap.ip.me.api.pios.scanner | |
class |
ScannerConnection
ScannerConnection defines a connection (session) with a specific scanner. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |