TTLBackendConnectionSetup Class Reference
Inherits from | NSObject |
---|---|
Declared in | TTLServiceClient.h |
Overview
Set up to connect to the TomTom backend services for UBI (part of the TomTom UBI Service).
Most of this information are client specific and part a specific solution based on this product. Therefor they are documented in project specific documents.
wfcBaseUrl
WEBFLEET.connect Server Host Name needed to access TomTom services. See documentation root for details.
@property NSString *wfcBaseUrl
Discussion
WEBFLEET.connect Server Host Name needed to access TomTom services. See documentation root for details.
Declared In
TTLServiceClient.h
wfQprsQueueHost
WEBFLEET Messaging Server Host Name needed to access TomTom services. See documentation root for details.
@property NSString *wfQprsQueueHost
Discussion
WEBFLEET Messaging Server Host Name needed to access TomTom services. See documentation root for details.
Declared In
TTLServiceClient.h
wfQprsQueuePort
Port of WEBFLEET Messaging Server. See documentation root for details.
@property uint16_t wfQprsQueuePort
Discussion
Port of WEBFLEET Messaging Server. See documentation root for details.
Declared In
TTLServiceClient.h
userName
User name to access the TomTom services. See documentation root for details.
@property NSString *userName
Discussion
User name to access the TomTom services. See documentation root for details.
Declared In
TTLServiceClient.h
password
User password to access the TomTom services. Provided to you by TomTom Telematics.
@property NSString *password
Discussion
User password to access the TomTom services. Provided to you by TomTom Telematics.
Declared In
TTLServiceClient.h
apiKey
WEBFLEET.connect API Key need to access the TomTom services. See documentation root for details.
@property NSString *apiKey
Discussion
WEBFLEET.connect API Key need to access the TomTom services. See documentation root for details.
Declared In
TTLServiceClient.h
customerActivationKey
The Activation Key is NOT USED anymore (Deprecated: Since 1.2.0)
@property NSString *customerActivationKey
Discussion
The Activation Key is NOT USED anymore
This property is DEPRECATED without replacement. It is not needed anymore.
Declared In
TTLServiceClient.h
deviceId
Identifier of a LINK device
@property NSString *deviceId
Discussion
Identifier of a LINK device
The identifier can setup upfront or taken from a connected device. See [TTLServiceEventDelegate onDeviceDidAppear:].
Declared In
TTLServiceClient.h