| Modifier and Type | Field and Description |
|---|---|
String |
command
The command that generated this reply.
|
Aerotech.Status |
status
The status of the attempted execution of the command.
|
String |
text
The reply text stripped of the prefix and the newline; never null but may
be empty.
|
| Modifier and Type | Method and Description |
|---|---|
double |
asDouble()
Converts the text string to a double.
|
int |
asInt()
Converts the text string to an int.
|
public Aerotech.Status status
public final String text
public final String command
Copyright © 2020 LSST. All rights reserved.