Oracle Java Wireless Client

Uses of Interface
com.oracle.deviceaccess.Peripheral

Packages that use Peripheral
com.oracle.deviceaccess   
com.oracle.deviceaccess.gpio   
com.oracle.deviceaccess.i2cbus   
com.oracle.deviceaccess.mmio   
com.oracle.deviceaccess.spibus   
 

Uses of Peripheral in com.oracle.deviceaccess
 

Fields in com.oracle.deviceaccess declared as Peripheral
protected  Peripheral PeripheralEvent.peripheral
          The Peripheral instance that fired this event or which this event was fired.
 

Methods in com.oracle.deviceaccess that return Peripheral
 Peripheral PeripheralEvent.getPeripheral()
          Returns the Peripheral instance that fired this event or for which this event was fired.
 

Uses of Peripheral in com.oracle.deviceaccess.gpio
 

Subinterfaces of Peripheral in com.oracle.deviceaccess.gpio
 interface GPIOPin
          Interface for GPIO pin.
 interface GPIOPort
          Interface for GPIO Port.
 

Uses of Peripheral in com.oracle.deviceaccess.i2cbus
 

Subinterfaces of Peripheral in com.oracle.deviceaccess.i2cbus
 interface I2CSlave
          The I2CSlave interface provides methods for sending and receiving data to/from an I2C slave device.
 

Uses of Peripheral in com.oracle.deviceaccess.mmio
 

Subinterfaces of Peripheral in com.oracle.deviceaccess.mmio
 interface MMIODevice
          The MMIODevice class provides methods to retrieve memory-mapped registers and memory blocks of a peripheral device.
 

Uses of Peripheral in com.oracle.deviceaccess.spibus
 

Subinterfaces of Peripheral in com.oracle.deviceaccess.spibus
 interface SPISlave
          The SPISlave interface provides methods for transmitting and receiving data to/from an SPI slave device.
 


Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.