public class IridiumCommand extends IridiumMessage
| Modifier and Type | Field and Description |
|---|---|
long |
secondsBetweenUpdates |
boolean |
sendDeviceUpdates |
boolean |
useIridium |
destination, message_type, source, timestampMillis| Constructor and Description |
|---|
IridiumCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<pt.lsts.imc.IMCMessage> |
asImc() |
int |
deserializeFields(pt.lsts.imc.IMCInputStream in) |
java.lang.String |
getCommand() |
int |
serializeFields(pt.lsts.imc.IMCOutputStream out) |
void |
setCommand(java.lang.String command) |
java.lang.String |
toString() |
compareTo, deserialize, getDestination, getMessageType, getSource, serialize, setDestination, setMessageType, setSourcepublic boolean sendDeviceUpdates
public long secondsBetweenUpdates
public boolean useIridium
public int serializeFields(pt.lsts.imc.IMCOutputStream out)
throws java.lang.Exception
serializeFields in class IridiumMessagejava.lang.Exceptionpublic int deserializeFields(pt.lsts.imc.IMCInputStream in)
throws java.lang.Exception
deserializeFields in class IridiumMessagejava.lang.Exceptionpublic final java.lang.String getCommand()
public final void setCommand(java.lang.String command)
public java.util.Collection<pt.lsts.imc.IMCMessage> asImc()
asImc in class IridiumMessagepublic java.lang.String toString()
toString in class IridiumMessageCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.