| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
TelemetryMsg.STATUS |
TelemetryMsg.getStatus() |
static TelemetryMsg.STATUS |
TelemetryMsg.STATUS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TelemetryMsg.STATUS[] |
TelemetryMsg.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TelemetryMsg |
TelemetryMsg.setStatus(TelemetryMsg.STATUS status) |
| Constructor and Description |
|---|
TelemetryMsg(TelemetryMsg.TYPE type,
long req_id,
int ttl,
TelemetryMsg.CODE code,
java.lang.String destination,
java.lang.String Source,
short acknowledge,
TelemetryMsg.STATUS status,
byte[] data) |