Device Access API
Proposal for Java ME 8

Device Access API Proposal for Java ME 8

See: Description

Packages 
Package Description
com.oracle.deviceaccess
Provides interfaces and classes for device I/O access and control.
com.oracle.deviceaccess.adc
Interfaces and classes for reading analog inputs using an Analog to Digital Converter (ADC).
com.oracle.deviceaccess.atcmd
Interfaces and classes for controlling a Data Communication Equipment such as a modem or a cellular module using AT commands.
com.oracle.deviceaccess.counter
Interfaces and classes for counting pulses (or events) on a digital input line.
com.oracle.deviceaccess.dac
Interfaces and classes for writing analog outputs using a Digital to Analog Converter (DAC).
com.oracle.deviceaccess.generic
Interfaces and classes for controlling devices using generic I/O operations.
com.oracle.deviceaccess.gpio
Interfaces and classes for reading and writing from/to GPIO (General Purpose Input Output) pins and ports of the device.
com.oracle.deviceaccess.i2cbus
Interfaces and classes for I2C (Inter-Integrated Circuit Bus) device access.
com.oracle.deviceaccess.mmio
Interfaces and classes for performing memory-mapped I/O.
com.oracle.deviceaccess.modem
Interfaces and classes for controlling MODEM signals.
com.oracle.deviceaccess.power
Interfaces and classes for power management of peripheral devices.
com.oracle.deviceaccess.pwm
Interfaces and classes for generating PWM pulses on a digital output line.
com.oracle.deviceaccess.spi
Service-provider classes for the com.oracle.deviceaccess package.
com.oracle.deviceaccess.spibus
Interfaces and classes for SPI (Serial Peripheral Interface Bus) device access.
com.oracle.deviceaccess.uart
Interfaces and classes for controlling and reading and writing from/to Universal Asynchronous Receiver/Transmitter (UART), with optional Modem signals control.
com.oracle.deviceaccess.watchdog
Interfaces and classes for using system watchdog timers (WDT).
Device Access API
Proposal for Java ME 8