com.gtosoft.libvoyager.net
Class NetDTCInfo

java.lang.Object
  extended by com.gtosoft.libvoyager.net.NetDTCInfo

public class NetDTCInfo
extends java.lang.Object

The purpose of this class is to abstract the process of connecting to a server and retrieve diagnostic trouble code descriptions. Input: DTC such as "P0521" Response Format: "DTC|DESCRIPTION_OF_DTC|" (Which we parse, validate, and return just the description of. REQUIRES: manifest.xml:


Constructor Summary
NetDTCInfo(java.lang.String clientID)
           
 
Method Summary
 java.lang.String getDTCDescription(java.lang.String DTC)
           
 GeneralStats getStats()
           
 void shutdown()
          Call this if you want us to close all open resources.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetDTCInfo

public NetDTCInfo(java.lang.String clientID)
Method Detail

getDTCDescription

public java.lang.String getDTCDescription(java.lang.String DTC)

shutdown

public void shutdown()
Call this if you want us to close all open resources.


getStats

public GeneralStats getStats()