Uses of Class
com.sap.ip.me.api.pios.connection.DriverInfo

Packages that use DriverInfo
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 DriverInfo in com.sap.ip.me.api.pios.connection
 

Methods in com.sap.ip.me.api.pios.connection that return DriverInfo
abstract  DriverInfo[] Connector.listDrivers(ConnectionType connectionType)
          Returns the installed PIOS drivers for the specified connection type.
abstract  DriverInfo Connector.getDefaultDriver(ConnectionType connectionType)
          Returns the default driver for an specific connection type.
 DriverInfo ConnectionParameters.getDriver()
          Returns the driver information.
 

Methods in com.sap.ip.me.api.pios.connection with parameters of type DriverInfo
abstract  void Connector.setDefaultDriver(DriverInfo driverInfo)
          Sets the default driver for an specific connection type.
 

Constructors in com.sap.ip.me.api.pios.connection with parameters of type DriverInfo
ConnectionParameters(ConnectionType connectionType, DriverInfo driverInfo)
          Constructs a new ConnectionParameters object for the specified connection type.
 

Uses of DriverInfo in com.sap.ip.me.api.pios.printer
 

Constructors in com.sap.ip.me.api.pios.printer with parameters of type DriverInfo
PrinterParameters(DriverInfo info)
          Creates a new PrinterParameters object.
 

Uses of DriverInfo in com.sap.ip.me.api.pios.rfid
 

Constructors in com.sap.ip.me.api.pios.rfid with parameters of type DriverInfo
RfidParameters(DriverInfo info)
          Creates a new RfidParameters object given the driver info.
 

Uses of DriverInfo in com.sap.ip.me.api.pios.scanner
 

Constructors in com.sap.ip.me.api.pios.scanner with parameters of type DriverInfo
ScannerParameters(DriverInfo info)
          Creates a new ScannerParameters object given the driver info assuming the aware mode.
 



Copyright © 2005 SAP AG. All Rights Reserved.