Uses of Class
com.sap.ip.me.api.pios.PIOSException

Packages that use PIOSException
com.sap.ip.me.api.pios Peripheral Input Output Services (PIOS) provides a number of services designed to enhance the SAP Mobile Infrastructure to provide access to peripherals from mobile applications using a simple, powerful API.  
com.sap.ip.me.api.pios.configuration Provides classes to manage the configuration of the drivers in the PIOS infra-structure.  
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.  
com.sap.ip.me.api.pios.symbology Provides the core of the Symbology classes for the PIOS infra-structure.  
 

Uses of PIOSException in com.sap.ip.me.api.pios
 

Subclasses of PIOSException in com.sap.ip.me.api.pios
 class LibraryNotLoadedException
          Thrown whenever a native library cannot be loaded by the PIOS layer.
 class TimeOutException
          Thrown whenever a timeout operation occurs.
 class UnsupportedException
          Thrown whenever a method is called and is not supported by the driver.
 

Uses of PIOSException in com.sap.ip.me.api.pios.configuration
 

Subclasses of PIOSException in com.sap.ip.me.api.pios.configuration
 class ConfigurationException
          Exception class for the configuration package.
 

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

Methods in com.sap.ip.me.api.pios.connection that throw PIOSException
protected  java.util.Properties DriverInfo.getAttributes()
          Returns the driver attributes.
 boolean DriverInfo.isAttributeSupported(java.lang.String attributeName)
          Determine if a required functionality is supported by driver.
 java.lang.String DriverInfo.getVersion()
          Returns the driver version.
static Connector Connector.getInstance()
          Returns the connector implementation.
abstract  Connection Connector.open(ConnectionParameters parameters)
          Opens a connection to a peripheral based on the parameters.
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.setDefaultDriver(DriverInfo driverInfo)
          Sets the default driver for an specific connection type.
abstract  void Connector.clearDefaultDriver(ConnectionType connectionType)
          Clear the default driver for an specific connection type.
protected  void Connection.open(ConnectionParameters parameters, java.lang.String cfgFile)
          Opens this connection creating any system resource needed.
 void Connection.close()
          Closes this connection and releases any system resources associated with it.
 

Constructors in com.sap.ip.me.api.pios.connection that throw PIOSException
Connection()
          Creates a new Connection object.
 

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

Subclasses of PIOSException in com.sap.ip.me.api.pios.printer
 class PrinterException
           An exception thrown when an error occurs during printer operation.
 

Constructors in com.sap.ip.me.api.pios.printer that throw PIOSException
PrinterConnection()
          Constructs a new printer connection.
LinePrinter()
          Constructs a new line printer connection.
GraphicPrinter()
          Constructs a new graphic printer connection.
 

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

Subclasses of PIOSException in com.sap.ip.me.api.pios.rfid
 class RfidException
           An exception thrown when an error occurs during RFID operation.
 

Constructors in com.sap.ip.me.api.pios.rfid that throw PIOSException
RfidConnection()
          Constructs a new RFID connection.
 

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

Subclasses of PIOSException in com.sap.ip.me.api.pios.scanner
 class ScannerException
           An exception thrown when an error occurs during scanner operation.
 

Constructors in com.sap.ip.me.api.pios.scanner that throw PIOSException
ScannerConnection()
          Constructs a new scanner connection.
 

Uses of PIOSException in com.sap.ip.me.api.pios.symbology
 

Subclasses of PIOSException in com.sap.ip.me.api.pios.symbology
 class InvalidSymbologyException
          Exception to be thrown when the options for a given symbology are not valid.
 



Copyright © 2005 SAP AG. All Rights Reserved.