- absoluteLoad - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Absolute load value
- ACCELERATION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CrashDetectedDatagramTransmission
-
Acceleration during the crash.
- acceleration - Variable in class com.tomtom.business.ubi.commons.api.CrashDetectedDatagram
-
The acceleration at the time the crash was detected, in mg, between 0 and 65535, Integer.
- ACCELERATION_DIRECTION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CrashDetectedDatagramTransmission
-
Direction of the acceleration during the crash.
- accelerationDirection - Variable in class com.tomtom.business.ubi.commons.api.CrashDetectedDatagram
-
The direction of the acceleration at the time the crash was detected, in degree, between 0 and 359, Integer.
- ACTIVATION_STATE - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The current activation state.
- activationState - Variable in class com.tomtom.business.ubi.commons.api.CoreState
-
The current activation state of the dongle.
- ActivationStatus - Enum in com.tomtom.business.ubi.commons.api
-
Enumerates the possible activation stages.
- addCallback(ServiceClientCallback) - Method in interface com.tomtom.business.ubi.commons.api.Core
-
Adds a callback handler to the Core.
- AIR_TEMPERATURE - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Intake air temperature.
- airTemperature - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Intake air temperature.
- ambientAirTemperature - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Ambient air temperature
- API_KEY - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreBoot
-
The API key.
- apiKey - Variable in class com.tomtom.business.ubi.commons.api.CoreBootParameter
-
The WEBFLEET.connect API key.
- APPLICATION_PACKAGE_NAME - Static variable in class com.tomtom.business.ubi.commons.api.ClientProtocolDefinition
-
This is the app package name for the intent that is used to bind to the service.
- applicationBuild - Variable in class com.tomtom.business.ubi.commons.api.DongleVersionInfo
-
The build number of the UBI app on the dongle.
- applicationMajorVersion - Variable in class com.tomtom.business.ubi.commons.api.DongleVersionInfo
-
The major version of the UBI app on the dongle.
- applicationMinorVersion - Variable in class com.tomtom.business.ubi.commons.api.DongleVersionInfo
-
The minor version of the UBI app on the dongle.
- AppVersionInfo - Class in com.tomtom.business.ubi.commons.api
-
Contains version information of the Core.
Copyright (c) 2013 - 2016 TomTom Telematics, all rights reserved.
- AppVersionInfo(int, String) - Constructor for class com.tomtom.business.ubi.commons.api.AppVersionInfo
-
- appVersionInfo - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.CoreStateResponse
-
- AUTOMATIC_DONGLE_ACTIVATION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreBoot
-
True (by default) if the dongle should be activated as soon as it becomes connected to the smartphone.
- automaticDongleActivation - Variable in class com.tomtom.business.ubi.commons.api.CoreBootParameter
-
True (by default) if the dongle should be activated as soon as it becomes connected to the smartphone.
- AVG_ACCELERATION_X - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Average acceleration on X axis.
- AVG_ACCELERATION_Y - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Average acceleration on Y axis.
- AVG_ACCELERATION_Z - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Average acceleration on Z axis.
- avgAccelerationX - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Average acceleration on X axis.
- avgAccelerationY - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Average acceleration on Y axis.
- avgAccelerationZ - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Average acceleration on Z axis.
- catalystTemperature - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Catalyst temperature
- changeOdometer(OdometerValueParameter) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
A client can change the odometer in the dongle.
- chargeAirCoolerTemperature - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Charge air cooler temperature
- ClientProtocolDefinition - Class in com.tomtom.business.ubi.commons.api
-
This protocol definition lists all message id's and additional data fields for all inbound and outbound messages.
Copyright (c) 2013 - 2016 TomTom Telematics, all rights reserved.
- ClientProtocolDefinition() - Constructor for class com.tomtom.business.ubi.commons.api.ClientProtocolDefinition
-
- ClientProtocolDefinition.ActivationFinished - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the activation was successfully finalized.
- ClientProtocolDefinition.ActivationStart - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that a new activation was initiated.
- ClientProtocolDefinition.ClockSyncReasonForDeviceSetupRequest - Interface in com.tomtom.business.ubi.commons.api
-
Sends a reason entered by the user for a dongle that was disconnected in the meantime.
- ClientProtocolDefinition.ClockSyncReasonForDeviceSetupResponse - Interface in com.tomtom.business.ubi.commons.api
-
Indicates sending the reason was successful.
- ClientProtocolDefinition.ClockSyncReasonForDownloadRequest - Interface in com.tomtom.business.ubi.commons.api
-
Returns a reason entered by the user for a dongle that was disconnected in the meantime.
- ClientProtocolDefinition.ClockSyncReasonForDownloadRequired - Interface in com.tomtom.business.ubi.commons.api
-
Indicates a reason is required to be entered by the user for a dongle that was disconnected in the meantime.
- ClientProtocolDefinition.ClockSyncReasonForDownloadResponse - Interface in com.tomtom.business.ubi.commons.api
-
Indicates sending the reason for downloading the driving data was successful.
- ClientProtocolDefinition.ConnectionStatusDongle - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the current connection status of the dongle.
- ClientProtocolDefinition.ConnectionStatusServer - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the current connection status of WEBFLEET MESSAGING.
- ClientProtocolDefinition.CoreBoot - Interface in com.tomtom.business.ubi.commons.api
-
This command must be the first message the client needs to send after having established an Android service connection to the core service.
- ClientProtocolDefinition.CoreBooted - Interface in com.tomtom.business.ubi.commons.api
-
This message is sent back from the core to the client upon successful initialization.
- ClientProtocolDefinition.CoreStateRequest - Interface in com.tomtom.business.ubi.commons.api
-
Requests the current internal state of the core.
- ClientProtocolDefinition.CoreStateResponse - Interface in com.tomtom.business.ubi.commons.api
-
Returns the current internal state of the core.
- ClientProtocolDefinition.CrashDetectedDatagramTransmission - Interface in com.tomtom.business.ubi.commons.api
-
A transmission of a 'crash detected' datagram.
- ClientProtocolDefinition.DeviceStatusRequest - Interface in com.tomtom.business.ubi.commons.api
-
Requests status data information from the dongle.
- ClientProtocolDefinition.DeviceStatusResponse - Interface in com.tomtom.business.ubi.commons.api
-
Returns device status information of the dongle.
- ClientProtocolDefinition.DisconnectFromDongle - Interface in com.tomtom.business.ubi.commons.api
-
Disconnects from dongle.
- ClientProtocolDefinition.DisconnectFromServer - Interface in com.tomtom.business.ubi.commons.api
-
Disconnects from server.
- ClientProtocolDefinition.DongleDisconnectOnIdleTimeout - Interface in com.tomtom.business.ubi.commons.api
-
Requests an update of the odometer value of the dongle.
- ClientProtocolDefinition.DownloadFromDongleFailed - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the download of data from dongle has failed on the dongle.
- ClientProtocolDefinition.DownloadFromDongleFinished - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the download of data from dongle has finished.
- ClientProtocolDefinition.DownloadFromDongleProgress - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the download of data from dongle is progressing.
- ClientProtocolDefinition.DownloadFromDongleStarted - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the download of data from dongle has started.
- ClientProtocolDefinition.Error - Interface in com.tomtom.business.ubi.commons.api
-
This message is sent in case of an error.
- ClientProtocolDefinition.FirmwareUpdateAvailable - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that a new firmware is ready for download.
- ClientProtocolDefinition.FirmwareUpdateDownloadFailed - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone failed to download the new firmware.
- ClientProtocolDefinition.FirmwareUpdateDownloadFinished - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone finished downloading the new firmware.
- ClientProtocolDefinition.FirmwareUpdateDownloadProgress - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone progressed downloading the new firmware.
- ClientProtocolDefinition.FirmwareUpdateDownloadStarted - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone started to download a new firmware.
- ClientProtocolDefinition.FirmwareUpdateUploadFailed - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone failed to upload the new firmware.
- ClientProtocolDefinition.FirmwareUpdateUploadFinished - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone finished uploading the new firmware.
- ClientProtocolDefinition.FirmwareUpdateUploadProgress - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone progressed uploading the new firmware.
- ClientProtocolDefinition.FirmwareUpdateUploadStarted - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone started to upload the new firmware.
- ClientProtocolDefinition.InboundMessage - Interface in com.tomtom.business.ubi.commons.api
-
Marker interface for indicating inbound messages.
- ClientProtocolDefinition.ObdDtcRequest - Interface in com.tomtom.business.ubi.commons.api
-
Requests current DTC information from the dongle.
- ClientProtocolDefinition.ObdDtcResponse - Interface in com.tomtom.business.ubi.commons.api
-
Returns current DTC information from the dongle.
- ClientProtocolDefinition.ObdRealTimeDatagramTransmission - Interface in com.tomtom.business.ubi.commons.api
-
A transmission of a OBD real time datagram.
- ClientProtocolDefinition.OdometerChangeRequest - Interface in com.tomtom.business.ubi.commons.api
-
Requests an update of the odometer value of the dongle.
- ClientProtocolDefinition.OdometerChangeResponse - Interface in com.tomtom.business.ubi.commons.api
-
Returns the status of the requested change of the odometer value.
- ClientProtocolDefinition.OutboundMessage - Interface in com.tomtom.business.ubi.commons.api
-
Marker interface for indicating outbound messages.
- ClientProtocolDefinition.OutboundQueueStatusUpdateDongle - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the current status of the outbound queue of the dongle side.
- ClientProtocolDefinition.OutboundQueueStatusUpdateServer - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the current status of the outbound queue of the WFM server side.
- ClientProtocolDefinition.ReconnectToDongle - Interface in com.tomtom.business.ubi.commons.api
-
Reconnects manually to the dongle if currently disconnected.
- ClientProtocolDefinition.ReconnectToServer - Interface in com.tomtom.business.ubi.commons.api
-
Reconnects manually to the WEBLFEET MESSAGING if currently disconnected.
- ClientProtocolDefinition.SendFcmRegistrationToken - Interface in com.tomtom.business.ubi.commons.api
-
Sends the FCM registration token.
- ClientProtocolDefinition.StartActivation - Interface in com.tomtom.business.ubi.commons.api
-
Starts the activation of the dongle.
- ClientProtocolDefinition.StartDrivingProfileRealTimeDataTransmission - Interface in com.tomtom.business.ubi.commons.api
-
Initiates the driving profile data stream.
- ClientProtocolDefinition.StartEngineStatusUpdateTransmission - Interface in com.tomtom.business.ubi.commons.api
-
Starts the engine status updates.
- ClientProtocolDefinition.StartObdRealTimeDataTransmission - Interface in com.tomtom.business.ubi.commons.api
-
Initiates the real time data stream.
- ClientProtocolDefinition.StartSynchronisation - Interface in com.tomtom.business.ubi.commons.api
-
Starts the data download from dongle and upload process to WEBFLEET MESSAGING.
- ClientProtocolDefinition.StopDrivingProfileRealTimeDataTransmission - Interface in com.tomtom.business.ubi.commons.api
-
Stops the real time data stream.
- ClientProtocolDefinition.StopEngineStatusUpdateTransmission - Interface in com.tomtom.business.ubi.commons.api
-
Stops the engine status updates.
- ClientProtocolDefinition.StopObdRealTimeDataTransmission - Interface in com.tomtom.business.ubi.commons.api
-
Stops the real time data stream.
- ClientProtocolDefinition.TransmissionFromDongle - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the dongle sent a message to the smartphone.
- ClientProtocolDefinition.TransmissionFromServer - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the WFM sent a message to the smartphone.
- ClientProtocolDefinition.TransmissionToDongle - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone sent a message to the dongle.
- ClientProtocolDefinition.TransmissionToServer - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the smartphone sent a message to the dongle.
- ClientProtocolDefinition.UpdateFirmware - Interface in com.tomtom.business.ubi.commons.api
-
Indicates that the client side confirmed starting the firmware update.
- ClientProtocolDefinition.UploadToServerFinished - Interface in com.tomtom.business.ubi.commons.api
-
Indicates the upload of data to the server has finished.
- ClockSyncForActionResponse(ServiceClientCallback.ClockSyncForAction) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ClockSyncForActionResponse
-
- clockSyncReasonForAction - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ClockSyncForActionResponse
-
- com.tomtom.business.ubi.commons.api - package com.tomtom.business.ubi.commons.api
-
This document describes the TomTom UBI Core component and the corresponding SDK.
- commandedExhaustGasRecirculation - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Commanded exhaust gas recirculation
- CONNECTION_STATUS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ConnectionStatusDongle
-
The connection status of the dongle, contains an int pointing to a certain
ConnectionStatus
.
- CONNECTION_STATUS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ConnectionStatusServer
-
The connection status of the WFM, contains an int pointing to a certain
ConnectionStatus
.
- ConnectionStatus - Enum in com.tomtom.business.ubi.commons.api
-
Indicates the current state of connection to the other side.
Copyright (c) 2013 - 2016 TomTom Telematics, all rights reserved.
- connectionStatus - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ConnectionStatusResponse
-
- ConnectionStatusResponse(ServiceClientCallback.EndPoint, ConnectionStatus) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ConnectionStatusResponse
-
- COOLANT_TEMPERATURE - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Engine coolant temperature.
- coolantTemperature - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Engine coolant temperature.
- Core - Interface in com.tomtom.business.ubi.commons.api
-
This interface is the main entry point of the TomTom UBI Core component if used as Android library.
- CORE_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The current readable version of the core.
- CORE_VERSION_CODE - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The current version code of the core.
- CoreBootParameter - Class in com.tomtom.business.ubi.commons.api
-
Contains all data needed to start the Core and activate a dongle with WEBFLEET.
- CoreBootParameter(String, String, String, boolean, BluetoothDevice, String, String, int, String) - Constructor for class com.tomtom.business.ubi.commons.api.CoreBootParameter
-
Deprecated.
- CoreBootParameter.Builder - Class in com.tomtom.business.ubi.commons.api
-
- CoreInitializationStatus - Enum in com.tomtom.business.ubi.commons.api
-
Lists the possible initialization states of the Core.
Copyright (c) 2013 - 2016 TomTom Telematics, all rights reserved.
- CoreState - Class in com.tomtom.business.ubi.commons.api
-
This structure keeps some state-related data like version information and activation status.
- CoreState() - Constructor for class com.tomtom.business.ubi.commons.api.CoreState
-
- coreState - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.CoreStateResponse
-
- CoreStateResponse(CoreState, AppVersionInfo) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.CoreStateResponse
-
- corneringLeft - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Number of cornering left events within a g force range
- corneringRight - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Number of cornering right events within a g force range
- CrashDetectedDatagram - Class in com.tomtom.business.ubi.commons.api
-
- CrashDetectedDatagram() - Constructor for class com.tomtom.business.ubi.commons.api.CrashDetectedDatagram
-
- crashDetectedDatagram - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.CrashDetectedDatagramResponse
-
- CrashDetectedDatagramResponse(CrashDetectedDatagram) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.CrashDetectedDatagramResponse
-
- CURRENT_FIRMWARE_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateAvailable
-
Contains the friendly name (version info) of the current firmware.
- currentFirmwareVersion - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.FirmwareUpdateAvailableResponse
-
- CUSTOMER_ACTIVATION_KEY - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreBoot
-
- customerActivationKey - Variable in class com.tomtom.business.ubi.commons.api.CoreBootParameter
-
- customerActivationKey - Variable in class com.tomtom.business.ubi.commons.api.CoreState
-
The customer activation key used for the activation.
- DeviceStatus - Class in com.tomtom.business.ubi.commons.api
-
Contains the additional device status information like odometer and the like.
- DeviceStatus() - Constructor for class com.tomtom.business.ubi.commons.api.DeviceStatus
-
- deviceStatus - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.DeviceStatusResponse
-
- DeviceStatusResponse(DeviceStatus) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.DeviceStatusResponse
-
- disableAutomaticDongleActivation() - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- DISCONNECT_COUNT - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DeviceStatusResponse
-
The number of recorded disconnects of the dongle.
- disconnectCount - Variable in class com.tomtom.business.ubi.commons.api.DeviceStatus
-
The number of disconnects of the dongle.
- disconnectFromDongle() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
- disconnectFromServer() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
- DisconnectReasonParameter - Class in com.tomtom.business.ubi.commons.api
-
Used to wrap arbitrary disconnect reasons.
- DisconnectReasonParameter(int) - Constructor for class com.tomtom.business.ubi.commons.api.DisconnectReasonParameter
-
- DONGLE_APP_BUILD_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The build version of the dongle app.
- DONGLE_APP_MAJOR_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The major version of the dongle app.
- DONGLE_APP_MINOR_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The minor version of the dongle app.
- DONGLE_BT_ADDRESS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The BT address of the dongle.
- DONGLE_BT_DEVICE - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreBoot
-
The BT device the user selected as dongle.
- DONGLE_CONNECTION_ON_IDLE_TIMEOUT - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The time after the core will close the connection to the dongle in the case that there is no communication (idling).
- DONGLE_HARDWARE_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The hardware version of the dongle.
- DONGLE_LOADER_BUILD_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The build version of the loader.
- DONGLE_LOADER_MAJOR_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The major loader version of the dongle.
- DONGLE_LOADER_MINOR_VERSION - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The minor loader version of the dongle.
- DONGLE_MUID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The MUID of the dongle.
- DONGLE_VIN - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The vehicle identification number returned by the dongle.
- dongleBtDevice - Variable in class com.tomtom.business.ubi.commons.api.CoreBootParameter
-
- dongleConnectionOnIdleTimeout - Variable in class com.tomtom.business.ubi.commons.api.CoreState
-
The time after the core will close the connection to the dongle in the case that there is no communication
(idling).
- dongleVersionInfo - Variable in class com.tomtom.business.ubi.commons.api.CoreState
-
A structure containing dongle version information.
- DongleVersionInfo - Class in com.tomtom.business.ubi.commons.api
-
Contains version information about the software and hardware of the dongle.
Copyright (c) 2013 - 2016 TomTom Telematics, all rights reserved.
- DongleVersionInfo() - Constructor for class com.tomtom.business.ubi.commons.api.DongleVersionInfo
-
- DOWNLOAD_FIRMWARE_CURRENT_PROGRESS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateDownloadProgress
-
Contains an int pointing to the current progress value in bytes.
- DOWNLOAD_FIRMWARE_MAX_PROGRESS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateDownloadStarted
-
Contains an int pointing to the max progress value in bytes.
- DOWNLOAD_FROM_DONGLE_CURRENT_PROGRESS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DownloadFromDongleProgress
-
Contains an int with the current download progress in bytes.
- DOWNLOAD_FROM_DONGLE_MAX_PROGRESS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DownloadFromDongleStarted
-
Contains an int with the maximum progress value in bytes.
- downloadProgressState - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.DownloadStatusResponse
-
- DownloadStatusResponse(ServiceClientCallback.DownloadProgressState, Integer) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.DownloadStatusResponse
-
- DrivingProfileHistogram() - Constructor for class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram.DrivingProfileHistogram
-
- DrivingProfileRealTimeDatagram - Class in com.tomtom.business.ubi.commons.api
-
A profile of driving behaviour related to a certain time frame.
- DrivingProfileRealTimeDatagram() - Constructor for class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
- drivingProfileRealTimeDatagram - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.DrivingProfileRealTimeDatagramResponse
-
- DrivingProfileRealTimeDatagram.DrivingProfileHistogram - Class in com.tomtom.business.ubi.commons.api
-
The representation of a histogram.
- DrivingProfileRealTimeDatagramResponse(DrivingProfileRealTimeDatagram) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.DrivingProfileRealTimeDatagramResponse
-
- drivingTime - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Accumulated time with RPM > 0 in seconds
- drivingTimeBySpeed - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Time driven in certain speed ranges
- DTC_LIST - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdDtcResponse
-
A list of DTCs (value type is
List
containing
Integer
elements).
- dtcList - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ObdDtcListResponse
-
- MANIFOLD_PRESSURE - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Intake manifold pressure.
- manifoldPressure - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Intake manifold pressure.
- MASS_AIR_FLOW - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Mass air flow.
- massAirFlow - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Mass air flow.
- MAX_ACCELERATION_X - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Maximum acceleration on X axis.
- MAX_ACCELERATION_Y - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Maximum acceleration on Y axis.
- MAX_ACCELERATION_Z - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Maximum acceleration on Z axis.
- maxAccelerationX - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Maximum acceleration on X axis.
- maxAccelerationY - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Maximum acceleration on Y axis.
- maxAccelerationZ - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Maximum acceleration on Z axis.
- maxBand - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram.DrivingProfileHistogram
-
The number of the highest band in this histogram
- maxSpeed - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Maximum speed in km/h
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ActivationFinished
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ActivationStart
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ClockSyncReasonForDeviceSetupRequest
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ClockSyncReasonForDeviceSetupResponse
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ClockSyncReasonForDownloadRequest
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ClockSyncReasonForDownloadRequired
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ClockSyncReasonForDownloadResponse
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ConnectionStatusDongle
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ConnectionStatusServer
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreBoot
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreBooted
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateRequest
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CrashDetectedDatagramTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DeviceStatusRequest
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DeviceStatusResponse
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DisconnectFromDongle
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DisconnectFromServer
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DongleDisconnectOnIdleTimeout
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DownloadFromDongleFailed
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DownloadFromDongleFinished
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DownloadFromDongleProgress
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DownloadFromDongleStarted
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.Error
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateAvailable
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateDownloadFailed
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateDownloadFinished
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateDownloadProgress
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateDownloadStarted
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateUploadFailed
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateUploadFinished
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateUploadProgress
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.FirmwareUpdateUploadStarted
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdDtcRequest
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdDtcResponse
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.OdometerChangeRequest
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.OdometerChangeResponse
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.OutboundQueueStatusUpdateDongle
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.OutboundQueueStatusUpdateServer
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ReconnectToDongle
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ReconnectToServer
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.SendFcmRegistrationToken
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StartActivation
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StartDrivingProfileRealTimeDataTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StartEngineStatusUpdateTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StartObdRealTimeDataTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StartSynchronisation
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StopDrivingProfileRealTimeDataTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StopEngineStatusUpdateTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.StopObdRealTimeDataTransmission
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.TransmissionFromDongle
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.TransmissionFromServer
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.TransmissionToDongle
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.TransmissionToServer
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.UpdateFirmware
-
The unique id of the message.
- MESSAGE_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.UploadToServerFinished
-
The unique id of the message.
- mileage - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Mileage in meters
- mileageBySpeed - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Distance traveled in certain speed ranges
- MIN_ACCELERATION_X - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Minimum acceleration on X axis.
- MIN_ACCELERATION_Y - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Minimum acceleration on Y axis.
- MIN_ACCELERATION_Z - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Minimum acceleration on Z axis.
- minAccelerationX - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Minimum acceleration on X axis.
- minAccelerationY - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Minimum acceleration on Y axis.
- minAccelerationZ - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Minimum acceleration on Z axis.
- muid - Variable in class com.tomtom.business.ubi.commons.api.CoreState
-
Sent by the dongle to uniquely identify a device.
- ObdDtcListResponse(ArrayList<String>) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ObdDtcListResponse
-
- ObdRealTimeDatagram - Class in com.tomtom.business.ubi.commons.api
-
Contains real-time OBD data.
- ObdRealTimeDatagram() - Constructor for class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
- obdRealTimeDatagram - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ObdRealTimeDatagramResponse
-
- ObdRealTimeDatagramResponse(ObdRealTimeDatagram) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.ObdRealTimeDatagramResponse
-
- ODOMETER - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CrashDetectedDatagramTransmission
-
Virtual odometer in m.
- ODOMETER - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.DeviceStatusResponse
-
The current odometer in m.
- ODOMETER - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Virtual odometer in m.
- ODOMETER - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.OdometerChangeRequest
-
The current odometer in m.
- odometer - Variable in class com.tomtom.business.ubi.commons.api.CrashDetectedDatagram
-
Virtual odometer in m.
- odometer - Variable in class com.tomtom.business.ubi.commons.api.DeviceStatus
-
Virtual odometer in m.
- odometer - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Virtual odometer in m.
- ODOMETER_CHANGE_STATUS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.OdometerChangeResponse
-
The outcome of the requested change of the odometer, contains an int pointing to a certain
OdometerChangeStatus
.
- OdometerChangeResponse(OdometerChangeStatus) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.OdometerChangeResponse
-
- OdometerChangeStatus - Enum in com.tomtom.business.ubi.commons.api
-
Indicates the state of the change of the odometer on the dongle side.
- odometerChangeStatus - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.OdometerChangeResponse
-
- odometerInM - Variable in class com.tomtom.business.ubi.commons.api.OdometerValueParameter
-
The odometer in meters.
- OdometerValueParameter - Class in com.tomtom.business.ubi.commons.api
-
Wraps the odometer value.
- OdometerValueParameter(long) - Constructor for class com.tomtom.business.ubi.commons.api.OdometerValueParameter
-
- onActivationFinished() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called when the Core was successfully started and the activation was either carried out successfully or already done and valid.
- onActivationStart() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called at every start of an activation process.
- onClockSyncReasonForDownloadRequired() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called when the Core was initiated to download the driving data from the dongle, but the dongle requested the synchronisation of the
internal clock.
- onClockSyncSuccesful(ServiceClientCallback.ClockSyncForActionResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Setting the clock in the dongle was successful.
- onConnectionStatusUpdate(ServiceClientCallback.ConnectionStatusResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called when the connection status to either dongle or server has changed.
- onCoreBooted() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called when the Core was successfully started technically.
- onCoreState(ServiceClientCallback.CoreStateResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
- onCrashDetectedDatagram(ServiceClientCallback.CrashDetectedDatagramResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called in case the dongle detected a crash.
- onDeviceStatus(ServiceClientCallback.DeviceStatusResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
- onDownloadStatusUpdate(ServiceClientCallback.DownloadStatusResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called on every status update of an ongoing download of driving data.
- onDrivingProfileRealTimeDatagram(ServiceClientCallback.DrivingProfileRealTimeDatagramResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
- onEngineStatusUpdate(ServiceClientCallback.EngineStatusResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called when the state of the engine changes.
- onError(ServiceClientCallback.UbiErrorCodeResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called on every error that occurs in the Core.
- onFirmwareUpdateAvailable(ServiceClientCallback.FirmwareUpdateAvailableResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called when the Core is started, the dongle is properly activated and a firmware update is available on the server.
- onFirmwareUpdateStatusUpdate(ServiceClientCallback.FirmwareUpdateStatusResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called on every status update of an ongoing firmware update.
- onObdDtcList(ServiceClientCallback.ObdDtcListResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
- onObdRealTimeDatagram(ServiceClientCallback.ObdRealTimeDatagramResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
- onOdometerChange(ServiceClientCallback.OdometerChangeResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
- onOutboundQueueStatusUpdate(ServiceClientCallback.OutboundQueueStatusUpdateResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
- onTransmission(ServiceClientCallback.TransmissionResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Called when a message was transmitted to either dongle or server.
- onUploadToServerFinished(ServiceClientCallback.UploadToServerFinishedResponse) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClientCallback
-
Indicates the recent upload of UBI data to the server was finished.
- outboundQueue - Variable in class com.tomtom.business.ubi.commons.api.ServiceClientCallback.OutboundQueueStatusUpdateResponse
-
- OutboundQueueStatusUpdateResponse(ServiceClientCallback.EndPoint, int) - Constructor for class com.tomtom.business.ubi.commons.api.ServiceClientCallback.OutboundQueueStatusUpdateResponse
-
- sendClockSyncReasonForDeviceSetup(DisconnectReasonParameter) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
Sends a reason for a clock sync request in case the dongle is set up initially or after a the Core recognized a disconnect of the dongle in the meantime.
- sendClockSyncReasonForDownload(DisconnectReasonParameter) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
Sends a reason for a clock sync request requested by the dongle before a download of driving data can be initiated.
- SENDER_ID - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.SendFcmRegistrationToken
-
The sender ID which was used to create the FCM token.
- senderId - Variable in class com.tomtom.business.ubi.commons.api.FcmRegistrationParameter
-
The sender ID of the FCM registration.
- senderId - Variable in class com.tomtom.business.ubi.commons.api.GcmRegistrationParameter
-
Deprecated.
The sender ID of the GCM registration.
- sendFcmRegistrationToken(FcmRegistrationParameter) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
Sends the given FCM registration token with the given sender ID to the WEBFLEET server,
so that WEBFLEET is able to send push notifications back to the smartphone registered with the given token.
- sendGcmRegistrationToken(GcmRegistrationParameter) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
- ServiceClient - Interface in com.tomtom.business.ubi.commons.api
-
This interface is the main access point for an external client.
- ServiceClientCallback - Interface in com.tomtom.business.ubi.commons.api
-
This interface serves as callback for any communication from the Core component to the custom app.
- ServiceClientCallback.ClockSyncForAction - Enum in com.tomtom.business.ubi.commons.api
-
A list of actions denoting the cause of a synchronisation of the clock in the dongle.
- ServiceClientCallback.ClockSyncForActionResponse - Class in com.tomtom.business.ubi.commons.api
-
Encapsulates the cause of the successful synchronisation of the clock.
- ServiceClientCallback.ConnectionStatusResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.CoreStateResponse - Class in com.tomtom.business.ubi.commons.api
-
Contains the current state of the Core.
- ServiceClientCallback.CrashDetectedDatagramResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.DeviceStatusResponse - Class in com.tomtom.business.ubi.commons.api
-
Encapsulates the current device status.
- ServiceClientCallback.DownloadProgressState - Enum in com.tomtom.business.ubi.commons.api
-
A list of states that indicate the current progress of downloading of driving data from the dongle.
- ServiceClientCallback.DownloadStatusResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.DrivingProfileRealTimeDatagramResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.EndPoint - Enum in com.tomtom.business.ubi.commons.api
-
Definition of end points.
- ServiceClientCallback.EngineStatusResponse - Class in com.tomtom.business.ubi.commons.api
-
Contains a boolean whether the engine was switched on or off.
- ServiceClientCallback.FirmwareUpdateAvailableResponse - Class in com.tomtom.business.ubi.commons.api
-
Encapsulates the information that a firmware update is available.
- ServiceClientCallback.FirmwareUpdateStatusResponse - Class in com.tomtom.business.ubi.commons.api
-
Encapsulates the current progress after a firmware update has been initiated.
- ServiceClientCallback.ObdDtcListResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.ObdRealTimeDatagramResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.OdometerChangeResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.OutboundQueueStatusUpdateResponse - Class in com.tomtom.business.ubi.commons.api
-
- ServiceClientCallback.TransmissionResponse - Class in com.tomtom.business.ubi.commons.api
-
Encapsulates a transmission state.
- ServiceClientCallback.TransmissionState - Enum in com.tomtom.business.ubi.commons.api
-
Indicates that a piece of communication took place.
- ServiceClientCallback.UbiErrorCodeResponse - Class in com.tomtom.business.ubi.commons.api
-
Upon each error in the Core an error message is also sent back to the custom app.
- ServiceClientCallback.UploadToServerFinishedResponse - Class in com.tomtom.business.ubi.commons.api
-
Encapsulates the creation time of the last UBI data in the dongle.
- setApiKey(String) - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- setDongleBtDevice(BluetoothDevice) - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- setDongleConnectionIdleTimeout(Long) - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
Sets the time after an idle connection to the dongle is closed.
- setPassword(String) - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- setUserName(String) - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- setWebfleetConnectServerHostName(String) - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- setWebfleetMessagingServerHostName(String) - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- setWebfleetMessagingServerPort(int) - Method in class com.tomtom.business.ubi.commons.api.CoreBootParameter.Builder
-
- SMARTPHONE_BT_ADDRESS - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CoreStateResponse
-
The BT address of the smartphone.
- speedUp - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram
-
Number of speedup events within a g force range
- startActivation() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
Starts the activation of a dongle.
- startDrivingProfileRealtimeTransmission() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
A client can start the real time transmission of driving profile data with a predefined sampling rate.
- startEngineStatusUpdatesTransmission() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
Activates the transmission of engine status updates.
- startObdRealtimeTransmission() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
A client can start the real time transmission of OBD data with a predefined sampling rate.
- startSync() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
A client can trigger the sync process calling this method, causing driving data to be downloaded from the dongle
and uploaded to the server.
- stopDrivingProfileRealtimeTransmission() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
- stopEngineStatusUpdatesTransmission() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
Deactivates the transmission of engine status updates.
- stopObdRealtimeTransmission() - Method in interface com.tomtom.business.ubi.commons.api.ServiceClient
-
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.ActivationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.ConnectionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.CoreInitializationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.EndpointConnectedStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.FirmwareUpdateStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.OdometerChangeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.ClockSyncForAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.DownloadProgressState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.EndPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.TransmissionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tomtom.business.ubi.commons.api.UbiErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.ActivationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.ConnectionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.CoreInitializationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.EndpointConnectedStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.FirmwareUpdateStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.OdometerChangeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.ClockSyncForAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.DownloadProgressState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.EndPoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.ServiceClientCallback.TransmissionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tomtom.business.ubi.commons.api.UbiErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesByBands - Variable in class com.tomtom.business.ubi.commons.api.DrivingProfileRealTimeDatagram.DrivingProfileHistogram
-
Values arranged by keys representing the band and starting with 0
- VEHICLE_SPEED - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.CrashDetectedDatagramTransmission
-
Vehicle speed.
- VEHICLE_SPEED - Static variable in interface com.tomtom.business.ubi.commons.api.ClientProtocolDefinition.ObdRealTimeDatagramTransmission
-
Vehicle speed.
- vehicleSpeed - Variable in class com.tomtom.business.ubi.commons.api.CrashDetectedDatagram
-
Vehicle speed.
- vehicleSpeed - Variable in class com.tomtom.business.ubi.commons.api.ObdRealTimeDatagram
-
Vehicle speed.
- version - Variable in class com.tomtom.business.ubi.commons.api.AppVersionInfo
-
The user-defined version text.
- versionCode - Variable in class com.tomtom.business.ubi.commons.api.AppVersionInfo
-
The Android version code from the AndroidManifest.xml.
- vin - Variable in class com.tomtom.business.ubi.commons.api.CoreState
-
The vehicle identification number.