"

2013 FRC Java API

"

Uses of Interface
com.sun.squawk.peripheral.IPeripheral

Packages that use IPeripheral
com.sun.squawk.peripheral   
 

Uses of IPeripheral in com.sun.squawk.peripheral
 

Subinterfaces of IPeripheral in com.sun.squawk.peripheral
 interface INorFlashSectorAllocator
          INorFlashSectorAllocator is part of the implementation of the Record Management Store (see RecordStore).
 

Classes in com.sun.squawk.peripheral that implement IPeripheral
 class SimulatedNorFlashSectorAllocator
           
 

Methods in com.sun.squawk.peripheral that return IPeripheral
 IPeripheral[] PeripheralRegistry.getAll(Class type)
          Return all peripherals of type type.
 IPeripheral PeripheralRegistry.getSingleton(Class type)
           
 

Methods in com.sun.squawk.peripheral with parameters of type IPeripheral
 void PeripheralRegistry.add(IPeripheral peripheral)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"