com.gtosoft.libvoyager.util
Class RoutineScan
java.lang.Object
com.gtosoft.libvoyager.util.RoutineScan
public class RoutineScan
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoutineScan
public RoutineScan(OBD2Session newOBDSess,
PIDDecoder pd)
shutdown
public void shutdown()
addDPN
public void addDPN(java.lang.String DPN)
- Add a dpn to the routine scan set!
- Parameters:
DPN
-
removeAllDPNs
public void removeAllDPNs()
- Remove all DPNs from the routine scan set.
removeDPN
public void removeDPN(java.lang.String DPN)
- Removes a single DPN from the routine scan set.
- Parameters:
DPN
-
getStats
public GeneralStats getStats()