ioio.lib.impl
Class AbstractPin

java.lang.Object
  extended by ioio.lib.impl.AbstractResource
      extended by ioio.lib.impl.AbstractPin
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
AnalogInputImpl, DigitalInputImpl, DigitalOutputImpl, IncapImpl

public abstract class AbstractPin
extends AbstractResource


Method Summary
 void close()
           
 
Methods inherited from class ioio.lib.impl.AbstractResource
disconnected
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
Specified by:
close in interface Closeable
Overrides:
close in class AbstractResource