ioio.lib.api
Class Sequencer.ChannelCuePwmSpeed

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

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

A cue for a PWM speed channel.

Determines what is going to be the pulse width while this cue is executing.


Field Summary
 int pulseWidth
          The pulse-width, in time-base units, as determined for this channel in its configuration.
 
Constructor Summary
Sequencer.ChannelCuePwmSpeed()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pulseWidth

public int pulseWidth
The pulse-width, in time-base units, as determined for this channel in its configuration. Valid values are 0 or [2..65536].

Constructor Detail

Sequencer.ChannelCuePwmSpeed

public Sequencer.ChannelCuePwmSpeed()