Package | Description |
---|---|
com.digi.wva | |
com.digi.wva.async |
Callbacks on UI thread
|
Modifier and Type | Method and Description |
---|---|
VehicleDataResponse |
WVA.getCachedVehicleData(String endpoint)
Synchronously returns the last value received by this library for a
given endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
WVA.fetchVehicleData(String endpoint,
WvaCallback<VehicleDataResponse> callback)
Asynchronously queries the WVA for the newest data at the given endpoint.
|
Constructor and Description |
---|
VehicleDataEvent(EventFactory.Type type,
String uri,
String endpoint,
DateTime sent,
String shortName,
VehicleDataResponse response)
Constructor of a vehicle data event.
|