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 boolean hasLength()
isNack
public boolean isNack()
hasSequence
public boolean hasSequence()
reserved3
public boolean reserved3()
reserved4
public boolean reserved4()
reserved5
public boolean reserved5()
reserved6
public boolean reserved6()
reserved7
public boolean reserved7()
getLength
public short getLength()
getSequence
public short getSequence()
getPayloadId
public short getPayloadId()
getErrorId
public short getErrorId()
getPayload
public short[] getPayload()
getPayloadLength
public int getPayloadLength()
getChecksum
public short getChecksum()
Copyright © 2011 DIYEFI.org. All Rights Reserved.