com.gtosoft.libvoyager.util
Class OBDPacketParser.PacketAttributes

java.lang.Object
  extended by com.gtosoft.libvoyager.util.OBDPacketParser.PacketAttributes
Enclosing class:
OBDPacketParser

public class OBDPacketParser.PacketAttributes
extends java.lang.Object


Field Summary
 boolean hasChecksum
           
 boolean hasDTCCountPrefix
           
 int numHeaderStringBytes
           
 
Constructor Summary
OBDPacketParser.PacketAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numHeaderStringBytes

public int numHeaderStringBytes

hasChecksum

public boolean hasChecksum

hasDTCCountPrefix

public boolean hasDTCCountPrefix
Constructor Detail

OBDPacketParser.PacketAttributes

public OBDPacketParser.PacketAttributes()