org.diyefi.openlogviewer.decoder
Class FreeEmsPacket
java.lang.Object
org.diyefi.openlogviewer.decoder.FreeEmsPacket
public class FreeEmsPacket
- extends Object
Data storage for a generic FreeEMS packet.
- Author:
- Fred Cooke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeEmsPacket
public FreeEmsPacket(short[] rawPacket)
hasLength
public final boolean hasLength()
isNack
public final boolean isNack()
hasSequence
public final boolean hasSequence()
getLength
public final short getLength()
getSequence
public final short getSequence()
getPayloadId
public final short getPayloadId()
getErrorId
public final short getErrorId()
getPayload
public final short[] getPayload()
getPayloadLength
public final int getPayloadLength()
getChecksum
public final short getChecksum()
Copyright © 2011 DIYEFI.org. All Rights Reserved.