ioio.lib.api
Class Sequencer.ChannelCueBinary

java.lang.Object
  extended by ioio.lib.api.Sequencer.ChannelCueBinary
All Implemented Interfaces:
Sequencer.ChannelCue
Enclosing interface:
Sequencer

public static class Sequencer.ChannelCueBinary
extends java.lang.Object
implements Sequencer.ChannelCue

A cue for a binary channel.

This cue determines whether the output should be high or low while the cue is executing.


Field Summary
 boolean value
          The desired output state (true = high, false = low).
 
Constructor Summary
Sequencer.ChannelCueBinary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public boolean value
The desired output state (true = high, false = low).

Constructor Detail

Sequencer.ChannelCueBinary

public Sequencer.ChannelCueBinary()