jAER project on SourceForge

Uses of Class
net.sf.jaer.util.RemoteControlCommand

Packages that use RemoteControlCommand
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
net.sf.jaer.biasgen.VDAC Classes related to programmable voltage DACs. 
net.sf.jaer.util Various useful utility classes. 
 

Uses of RemoteControlCommand in net.sf.jaer.biasgen
 

Methods in net.sf.jaer.biasgen with parameters of type RemoteControlCommand
 java.lang.String IPot.processCommand(RemoteControlCommand command, java.lang.String input)
           
 

Uses of RemoteControlCommand in net.sf.jaer.biasgen.VDAC
 

Methods in net.sf.jaer.biasgen.VDAC with parameters of type RemoteControlCommand
 java.lang.String VPot.processCommand(RemoteControlCommand command, java.lang.String input)
           
 

Uses of RemoteControlCommand in net.sf.jaer.util
 

Methods in net.sf.jaer.util with parameters of type RemoteControlCommand
 java.lang.String RemoteControlled.processCommand(RemoteControlCommand command, java.lang.String input)
          Called when remote control recieved for this RemoteControlled.
 


jAER project on SourceForge