|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.bt747.gps.sirf.SirfPayloadModel
public class SirfPayloadModel
Field Summary | |
---|---|
static int |
PAYLOAD_TYPE_DBL
Payload has double precision floating point value |
static int |
PAYLOAD_TYPE_DISCRETE
Payload is bitmapped value |
static int |
PAYLOAD_TYPE_SGL
Payload has single precision floating point value |
static int |
PAYLOAD_TYPE_SIGNED
Payload has signed two's complement value |
static int |
PAYLOAD_TYPE_UNSIGNED
Payload has unsigned value |
Constructor Summary | |
---|---|
SirfPayloadModel()
|
Method Summary | |
---|---|
byte |
getMessageId()
|
byte[] |
getPayload()
|
void |
setPayload(byte[] payload)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PAYLOAD_TYPE_DISCRETE
public static final int PAYLOAD_TYPE_SIGNED
public static final int PAYLOAD_TYPE_UNSIGNED
public static final int PAYLOAD_TYPE_DBL
public static final int PAYLOAD_TYPE_SGL
Constructor Detail |
---|
public SirfPayloadModel()
Method Detail |
---|
public final void setPayload(byte[] payload)
public final byte[] getPayload()
public final byte getMessageId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |