A B C D E G H I L M N O P R S T U V X _

S

safeSleep(int) - Static method in class com.gtosoft.libvoyager.db.DashDB
 
safeSleep(int) - Static method in class com.gtosoft.libvoyager.util.EasyTime
Sleep for the specified number of milliseconds.
safeStringToDouble(String) - Static method in class com.gtosoft.libvoyager.db.DashDB
 
safeStringToDouble(String) - Static method in class com.gtosoft.libvoyager.util.GTOMath
 
SCHEMA_ASSET_FILE_NAME - Static variable in class com.gtosoft.libvoyager.db.DashDB
 
sendATCommand(String) - Method in class com.gtosoft.libvoyager.android.ELMBT
Send a single AT command and return the response.
sendATCommand(String) - Method in class com.gtosoft.libvoyager.session.OBD2Session
Allow the sending of AT commands...
sendATCommand2(String) - Method in class com.gtosoft.libvoyager.android.ELMBT
Send AT command, return only the response data.
sendATCommandWithRetry(String) - Method in class com.gtosoft.libvoyager.android.ELMBT
Like sendATCommand except: 1.
sendATInitialization(String[]) - Method in class com.gtosoft.libvoyager.android.ELMBT
Send a series of AT commands, one after another, only proceeding if the last succeeded.
sendCommand(String) - Method in class com.gtosoft.libvoyager.session.CommandSession
Send a command over the network asynchronously.
sendCommand_SYNC(String) - Method in class com.gtosoft.libvoyager.session.CommandSession
synchronously (not in a separate thread thread) send the specified command.
sendDTCReset() - Method in class com.gtosoft.libvoyager.session.OBD2Session
 
sendOBDCommand(String) - Method in class com.gtosoft.libvoyager.android.ELMBT
Send a command to the device, it can be an OBD command...
sendOBDRequestByName(String) - Method in class com.gtosoft.libvoyager.session.OBD2Session
** Intended to be called by piddecoder, not you...
sendOBDRequestByName(String) - Method in class com.gtosoft.libvoyager.util.PIDDecoder
Send an OBD2 PID request.
sendRaw(String) - Method in class com.gtosoft.libvoyager.android.ELMBT
// * Send the exact string provided.
SESSION_STATE_CHANGE - Static variable in class com.gtosoft.libvoyager.session.HybridSession.OOBMessageTypes
 
SESSION_TYPE_COMMAND - Static variable in class com.gtosoft.libvoyager.session.HybridSession
 
SESSION_TYPE_MONITOR - Static variable in class com.gtosoft.libvoyager.session.HybridSession
 
SESSION_TYPE_OBD2 - Static variable in class com.gtosoft.libvoyager.session.HybridSession
 
SESSION_TYPE_UNDEFINED - Static variable in class com.gtosoft.libvoyager.session.HybridSession
 
setActiveSession(int) - Method in class com.gtosoft.libvoyager.session.HybridSession
Use this method to switch from one session to another.
setConnectRetryPeriod(int) - Method in class com.gtosoft.libvoyager.android.ELMBT
sets the number of seconds to wait in between connect re-tries.
setData(String, String, String, String, String, double, double) - Method in class com.gtosoft.libvoyager.util.UnitConverter
 
setGraphLabel(String) - Method in class com.gtosoft.libvoyager.view.XYGraphView
 
setHeaders(String) - Method in class com.gtosoft.libvoyager.session.CommandSession
 
setIOReconnectNOW() - Method in class com.gtosoft.libvoyager.android.ELMBT
Will kick the I/O Layer into trying to connect again.
setIOReconnectNOW() - Method in class com.gtosoft.libvoyager.session.CommandSession
Will kick the I/O Layer into trying to connect again.
setIOReconnectNOW() - Method in class com.gtosoft.libvoyager.session.MonitorSession
Will kick the I/O Layer into trying to connect again.
setIOReconnectNOW() - Method in class com.gtosoft.libvoyager.session.OBD2Session
Will kick the I/O Layer into trying to connect again.
setIOStopTryingToConnect() - Method in class com.gtosoft.libvoyager.android.ELMBT
 
setKeepalives(boolean) - Method in class com.gtosoft.libvoyager.session.CommandSession
With this method you can set whether or not we shall send keepalive messages to the bluetooth peer.
setLabel(String) - Method in class com.gtosoft.libvoyager.view.GaugeView
 
setLogging(boolean) - Method in class com.gtosoft.libvoyager.util.NetworkStats
controls whether we'll be logging packets to file or not.
setMaxRetries(int) - Method in class com.gtosoft.libvoyager.android.ELMBT
 
setMillisBetweenUpdate(int) - Method in class com.gtosoft.libvoyager.util.EasyTime
Sets the number of milliseconds between updates to the time variable.
setMinMax(double, double) - Method in class com.gtosoft.libvoyager.view.GaugeView
 
setMinMax(int, int) - Method in class com.gtosoft.libvoyager.view.XYGraphView
Set the min/max values of the data which you plan on setting with addPoint().
setMonitorSessionStopTime(String, String) - Method in class com.gtosoft.libvoyager.db.DashDB
 
setNetworkID(String) - Method in class com.gtosoft.libvoyager.util.PIDDecoder
Change the network ID at runtime.
setOnStateChangedListener(EventCallback) - Method in class com.gtosoft.libvoyager.session.OBD2Session
Define a method that you want to be executed any time the OBD2 state changes.
setParentContext(Context) - Method in class com.gtosoft.libvoyager.view.GaugeView
 
setPidChangeLogThreshold(int) - Method in class com.gtosoft.libvoyager.util.NetworkStats
 
setPIDDataByHeader(String, String) - Method in class com.gtosoft.libvoyager.util.NetworkStats
THIS METHOD IS THE ENTRYPOINT FOR DATA INTO THE NETWORKSTATS CLASS.
setProfileValue(String, String, String, String) - Method in class com.gtosoft.libvoyager.db.DashDB
 
setProto(int) - Method in class com.gtosoft.libvoyager.session.MonitorSession
Specifies the protocol of the connected device.
setStat(String, String) - Method in class com.gtosoft.libvoyager.util.GeneralStats
A single point to get (all stats at once) or set one stat at a time.
setUSUnits(boolean) - Method in class com.gtosoft.libvoyager.db.DashDB
 
setUSUnits(boolean) - Method in class com.gtosoft.libvoyager.util.UnitConverter
 
setValue(double) - Method in class com.gtosoft.libvoyager.view.GaugeView
 
shutdown() - Method in class com.gtosoft.libvoyager.android.ActivityHelper
 
shutdown() - Method in class com.gtosoft.libvoyager.android.ELMBT
Shut down this class.
shutdown() - Method in class com.gtosoft.libvoyager.db.DashDB
 
shutdown() - Method in class com.gtosoft.libvoyager.gui.NotificationHelper
 
shutdown() - Method in class com.gtosoft.libvoyager.net.GTONet
convenience method.
shutdown() - Method in class com.gtosoft.libvoyager.net.NetDTCInfo
Call this if you want us to close all open resources.
shutdown() - Method in class com.gtosoft.libvoyager.session.CommandSession
 
shutdown() - Method in class com.gtosoft.libvoyager.session.HybridSession
Call this method to tell us you want to get rid of this instance.
shutdown() - Method in class com.gtosoft.libvoyager.session.MonitorSession
 
shutdown() - Method in class com.gtosoft.libvoyager.session.OBD2Session
Shutdown threads and clean up.
shutdown() - Method in class com.gtosoft.libvoyager.util.EasyTime
Shuts down the EasyTime class and prepares it for gc.
shutdown() - Method in class com.gtosoft.libvoyager.util.PIDDecoder
call this method to initiate a stop/shutdown of all threads and running tasks owned by this class instance.
shutdown() - Method in class com.gtosoft.libvoyager.util.RoutineScan
 
sortHashMapByValuesD(HashMap<String, Double>) - Method in class com.gtosoft.libvoyager.util.NetworkStats
 
startDiscovering() - Method in class com.gtosoft.libvoyager.android.ActivityHelper
 
startMonitorSession() - Method in class com.gtosoft.libvoyager.util.NetworkStats
 
startStateManagementThread() - Method in class com.gtosoft.libvoyager.session.OBD2Session
defines and starts the state management thread.
startWorkerThread() - Method in class com.gtosoft.libvoyager.net.GTONet
Creates a new "worker" thread, to which we can post new work to be performed asynchronously from the main (UI) thread.
STATE_BTCONFIGURED - Static variable in class com.gtosoft.libvoyager.session.MonitorSession
 
STATE_BTCONFIGURED - Static variable in class com.gtosoft.libvoyager.session.OBD2Session
 
STATE_BTCONNECTED - Static variable in class com.gtosoft.libvoyager.session.MonitorSession
 
STATE_BTCONNECTED - Static variable in class com.gtosoft.libvoyager.session.OBD2Session
 
STATE_OBDCONNECTED - Static variable in class com.gtosoft.libvoyager.session.MonitorSession
 
STATE_OBDCONNECTED - Static variable in class com.gtosoft.libvoyager.session.OBD2Session
 
STATE_READY - Static variable in class com.gtosoft.libvoyager.session.CommandSession
 
STATE_SNIFFING - Static variable in class com.gtosoft.libvoyager.session.MonitorSession
 
STATE_UNINITIALIZED - Static variable in class com.gtosoft.libvoyager.session.CommandSession
 
STATE_UNINITIALIZED - Static variable in class com.gtosoft.libvoyager.session.MonitorSession
 
STATE_UNINITIALIZED - Static variable in class com.gtosoft.libvoyager.session.OBD2Session
 
stopInjectingTestData() - Method in class com.gtosoft.libvoyager.util.PIDDecoder
 
stopMonitorSession() - Method in class com.gtosoft.libvoyager.util.NetworkStats
stops logging monitor session data to the DB by setting a global variable that the event handler sees and stops using.
stopThreads() - Method in class com.gtosoft.libvoyager.net.GTONet
Stop all threads owned by this class instance.
suspend() - Method in class com.gtosoft.libvoyager.session.CommandSession
Suspend operations by this class/session and return the network to a usable state for others.

A B C D E G H I L M N O P R S T U V X _