Package 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.

See:
          Description

Exception Summary
LibraryNotLoadedException Thrown whenever a native library cannot be loaded by the PIOS layer.
PIOSException Base class for all PIOS exceptions.
TimeOutException Thrown whenever a timeout operation occurs.
UnsupportedException Thrown whenever a method is called and is not supported by the driver.
 

Package com.sap.ip.me.api.pios Description

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. PIOS allows developers who write applications for the SAP Mobile Infrastructure (MI) to utilize client device peripherals through the Mobile Infrastructure’s Client API. This API provides an abstraction layer between the application and the peripheral. An application using this API does not have to be concerned about the implementation details of each peripheral model supported. Instead the developer will target a set of functionalities provided by the peripheral and required by the application. This package provides the exception classes that are common to PIOS infrastructure for MI 2.5.

Since:
MI 2.5


Copyright © 2005 SAP AG. All Rights Reserved.