Package | Description |
---|---|
com.digi.wva | |
com.digi.wva.async |
Callbacks on UI thread
|
Modifier and Type | Method and Description |
---|---|
FaultCodeResponse |
WVA.getCachedFaultCode(FaultCodeCommon.Bus bus,
FaultCodeCommon.FaultCodeType type,
String ecu)
Synchronously returns the last fault code received by this library for a
given ECU.
|
Modifier and Type | Method and Description |
---|---|
void |
WVA.fetchFaultCode(FaultCodeCommon.Bus bus,
FaultCodeCommon.FaultCodeType type,
String ecu,
WvaCallback<FaultCodeResponse> callback)
Asynchronously queries the WVA for the most recent Diagnostic Trouble Code (DTC) report of
the given type
(active or inactive) on the given CAN bus.
|
Constructor and Description |
---|
FaultCodeEvent(EventFactory.Type type,
String uri,
String endpoint,
DateTime sent,
String shortName,
FaultCodeResponse response)
Constructor of a fault code event.
|