com.gtosoft.libvoyager.net
Class NetDTCInfo
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetDTCInfo
public NetDTCInfo(java.lang.String clientID)
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()