public class Command extends Object implements Serializable
protected String
crc
protected char
question
response
Command(char question, String response, String crc)
boolean
equals(Object o)
String
getCrc()
char
getQuestion()
getResponse()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final char question
protected final String response
protected final String crc
public Command(char question, String response, String crc)
public char getQuestion()
public String getResponse()
public String getCrc()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2012–2014 Ifremer. All rights reserved.