TMCServiceProviderInfo (API Reference)
Package com.here.sdk.trafficbroadcast
Class TMCServiceProviderInfo
java.lang.Object
com.here.sdk.trafficbroadcast.TMCServiceProviderInfo
Represents the service prodiver info in RDS-TMC format.
-
Field Summary
FieldsModifier and TypeFieldDescriptionshortService provider country code.shortEncryption key index.shortEncryption mode test flag.shortLocation table number before encryption.shortLocation table number.shortService id.shortService provider status. -
Constructor Summary
ConstructorsConstructorDescriptionTMCServiceProviderInfo(short status, short countryCode, short sid, short ltnNumber, short encryptionTestMode, short encryptionId, short ltnBeforeEncryption) Creates a new instance. -
Method Summary
-
Field Details
-
status
public short statusService provider status.
-
countryCode
public short countryCodeService provider country code.
-
sid
public short sidService id.
-
ltnNumber
public short ltnNumberLocation table number.
-
encryptionTestMode
public short encryptionTestModeEncryption mode test flag.
-
encryptionId
public short encryptionIdEncryption key index.
-
ltnBeforeEncryption
public short ltnBeforeEncryptionLocation table number before encryption.
-
-
Constructor Details
-
TMCServiceProviderInfo
public TMCServiceProviderInfo(short status, short countryCode, short sid, short ltnNumber, short encryptionTestMode, short encryptionId, short ltnBeforeEncryption) Creates a new instance.
- Parameters:
status-Service provider status.
countryCode-Service provider country code.
sid-Service id.
ltnNumber-Location table number.
encryptionTestMode-Encryption mode test flag.
encryptionId-Encryption key index.
ltnBeforeEncryption-Location table number before encryption.
-