public class CommandData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CommandData.Body |
class |
CommandData.Header |
| Constructor and Description |
|---|
CommandData(byte startChar) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNextByte(byte nextByte) |
CommandData.Body |
getBody() |
boolean |
isCompleted() |
void |
reset() |
public void addNextByte(byte nextByte)
public boolean isCompleted()
public void reset()
public CommandData.Body getBody()