|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionParameters | |
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 ConnectionParameters in com.sap.ip.me.api.pios.connection |
Fields in com.sap.ip.me.api.pios.connection declared as ConnectionParameters | |
protected ConnectionParameters |
Connection.parameters
The connection parameters used to open the connection. |
Methods in com.sap.ip.me.api.pios.connection that return ConnectionParameters | |
ConnectionParameters |
Connection.getParameters()
Retrieves the connection parameters used to open the connection. |
Methods in com.sap.ip.me.api.pios.connection with parameters of type ConnectionParameters | |
abstract Connection |
Connector.open(ConnectionParameters parameters)
Opens a connection to a peripheral based on the parameters. |
protected void |
Connection.open(ConnectionParameters parameters,
java.lang.String cfgFile)
Opens this connection creating any system resource needed. |
Uses of ConnectionParameters in com.sap.ip.me.api.pios.printer |
Subclasses of ConnectionParameters in com.sap.ip.me.api.pios.printer | |
class |
PrinterParameters
Use a PrinterParameters class instance as a parameter to the open method of the Connector to create a printer connection. |
Uses of ConnectionParameters in com.sap.ip.me.api.pios.rfid |
Subclasses of ConnectionParameters in com.sap.ip.me.api.pios.rfid | |
class |
RfidParameters
This class represents the RFID parameters required to open an RFID connection. |
Uses of ConnectionParameters in com.sap.ip.me.api.pios.scanner |
Subclasses of ConnectionParameters in com.sap.ip.me.api.pios.scanner | |
class |
ScannerParameters
This class represents the scanner parameters required to open a scanner connection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |