pt.citar.diablu.nxt.protocol
Class NXTCommandLSRead

java.lang.Object
  extended by pt.citar.diablu.nxt.protocol.NXTCommand
      extended by pt.citar.diablu.nxt.protocol.NXTCommandLSRead

public class NXTCommandLSRead
extends NXTCommand

Represents the LS Write Command. The response to this command (if required) is a NXTResponseStatus.

Author:
Jorge Cardoso
See Also:
NXTResponseStatus

Constructor Summary
NXTCommandLSRead()
           
NXTCommandLSRead(byte inputPort, boolean responseRequired)
          Constructs a new NXTCommandLSRead object with a given port and response requirement.
 
Method Summary
 
Methods inherited from class pt.citar.diablu.nxt.protocol.NXTCommand
getPacketLength, isResponseRequired, sendCommand, setResponseRequired, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NXTCommandLSRead

public NXTCommandLSRead()

NXTCommandLSRead

public NXTCommandLSRead(byte inputPort,
                        boolean responseRequired)
Constructs a new NXTCommandLSRead object with a given port and response requirement.

Parameters:
inputPort - The input port to send the command to.
responseRequired - Indicates if a response to this command is required.


Processing library NXTComm by Jorge C. S. Cardoso. (c) 2014