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

Packages that use ConnectionType
com.sap.ip.me.api.pios.connection Provides the core connection classes for the Peripheral Input/Output Services infra-structure for MI 2.5.  
 

Uses of ConnectionType in com.sap.ip.me.api.pios.connection
 

Fields in com.sap.ip.me.api.pios.connection declared as ConnectionType
static ConnectionType ConnectionType.PRINTER
          The printer type.
static ConnectionType ConnectionType.SCANNER
          The scanner type.
static ConnectionType ConnectionType.RFID
          The RFID type.
 

Methods in com.sap.ip.me.api.pios.connection that return ConnectionType
 ConnectionType DriverInfo.getConnectionType()
          Returns the connection type.
 ConnectionType ConnectionParameters.getConnection()
          Returns the connection type.
 

Methods in com.sap.ip.me.api.pios.connection with parameters of type ConnectionType
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.
abstract  void Connector.clearDefaultDriver(ConnectionType connectionType)
          Clear the default driver for an specific connection type.
 

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



Copyright © 2005 SAP AG. All Rights Reserved.