Uses of Class
com.gtosoft.libvoyager.util.GeneralStats

Packages that use GeneralStats
com.gtosoft.libvoyager.android   
com.gtosoft.libvoyager.db   
com.gtosoft.libvoyager.net   
com.gtosoft.libvoyager.session   
com.gtosoft.libvoyager.util   
 

Uses of GeneralStats in com.gtosoft.libvoyager.android
 

Methods in com.gtosoft.libvoyager.android that return GeneralStats
 GeneralStats ELMBT.getStats()
           
 

Uses of GeneralStats in com.gtosoft.libvoyager.db
 

Methods in com.gtosoft.libvoyager.db that return GeneralStats
 GeneralStats DashDB.getStats()
           
 

Uses of GeneralStats in com.gtosoft.libvoyager.net
 

Methods in com.gtosoft.libvoyager.net that return GeneralStats
 GeneralStats NetDTCInfo.getStats()
           
 

Uses of GeneralStats in com.gtosoft.libvoyager.session
 

Methods in com.gtosoft.libvoyager.session that return GeneralStats
 GeneralStats CommandSession.getStats()
           
 GeneralStats MonitorSession.getStats()
           
 GeneralStats HybridSession.getStats()
          Collect child stats and our own and return it all rolled up into a single genstats instance.
 GeneralStats OBD2Session.getStats()
           
 

Uses of GeneralStats in com.gtosoft.libvoyager.util
 

Methods in com.gtosoft.libvoyager.util that return GeneralStats
 GeneralStats PIDDecoder.getStats()
          Passes a reference to our stats class up to a calling class.
 GeneralStats RoutineScan.getStats()
           
 GeneralStats NetworkStats.getStats()
           
 GeneralStats OBDPacketParser.getStats()
          Returns a reference to our generalstats object so you can make a copy of it or access items from it.
 GeneralStats NetDetect.getStats()
          returns a reference to our instance of the general stats class.
 

Methods in com.gtosoft.libvoyager.util with parameters of type GeneralStats
 boolean GeneralStats.merge(java.lang.String tag, GeneralStats gs)
          Use this method to merge other GeneralStats data into your instance.