motej.request
Class RumbleRequest

java.lang.Object
  extended by motej.request.RumbleRequest
All Implemented Interfaces:
MoteRequest

public class RumbleRequest
extends Object
implements MoteRequest

Author:
Volker Fritzsch

Field Summary
protected  long millis
           
 
Constructor Summary
RumbleRequest(long millis)
           
 
Method Summary
 byte[] getBytes()
           
 long getMillis()
           
static byte[] getStopRumbleBytes(byte ledByte)
           
 void setLedByte(byte ledByte)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

millis

protected long millis
Constructor Detail

RumbleRequest

public RumbleRequest(long millis)
Method Detail

setLedByte

public void setLedByte(byte ledByte)

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface MoteRequest

getMillis

public long getMillis()

getStopRumbleBytes

public static byte[] getStopRumbleBytes(byte ledByte)


Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.