| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
TelemetryMsg.CODE |
TelemetryMsg.getCode() |
static TelemetryMsg.CODE |
TelemetryMsg.CODE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TelemetryMsg.CODE[] |
TelemetryMsg.CODE.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.setCode(TelemetryMsg.CODE code) |
| 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) |