Oracle Java Wireless Client

Uses of Class
com.oracle.deviceaccess.PeripheralTypeNotSupportedException

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

Uses of PeripheralTypeNotSupportedException in com.oracle.deviceaccess.gpio
 

Methods in com.oracle.deviceaccess.gpio that throw PeripheralTypeNotSupportedException
static GPIOPin GPIOManager.getPin(int id)
          Returns GPIOPin of given id.
static GPIOPin GPIOManager.getPin(java.lang.String name)
          Returns GPIOPin of given name.
static GPIOPort GPIOManager.getPort(int id)
          Returns GPIOPort of given ID.
static GPIOPort GPIOManager.getPort(java.lang.String name)
          Returns GPIOPort of given name.
 

Uses of PeripheralTypeNotSupportedException in com.oracle.deviceaccess.i2cbus
 

Methods in com.oracle.deviceaccess.i2cbus that throw PeripheralTypeNotSupportedException
static I2CSlave I2CManager.getSlave(int id)
          Gets an I2CSlave instance for the given ID.
static I2CSlave I2CManager.getSlave(java.lang.String name)
          Gets an I2CSlave instance for the given name.
 

Uses of PeripheralTypeNotSupportedException in com.oracle.deviceaccess.mmio
 

Methods in com.oracle.deviceaccess.mmio that throw PeripheralTypeNotSupportedException
static MMIODevice MMIOManager.getDevice(int id)
          Gets a MMIODevice instance for the given ID.
static MMIODevice MMIOManager.getDevice(java.lang.String name)
          Gets a MMIODevice instance for the given name.
 

Uses of PeripheralTypeNotSupportedException in com.oracle.deviceaccess.spibus
 

Methods in com.oracle.deviceaccess.spibus that throw PeripheralTypeNotSupportedException
static SPISlave SPIManager.getSlave(int id)
          get SPISlave of given id.
static SPISlave SPIManager.getSlave(java.lang.String name)
          get SPISlave instance by given name.
 


Oracle Java Wireless Client

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