Class TMCServiceProviderInfo

java.lang.Object
com.here.sdk.trafficbroadcast.TMCServiceProviderInfo

public final class TMCServiceProviderInfo extends Object

Represents the service prodiver info in RDS-TMC format.

  • Field Details

    • status

      public short status

      Service provider status.

    • countryCode

      public short countryCode

      Service provider country code.

    • sid

      public short sid

      Service id.

    • ltnNumber

      public short ltnNumber

      Location table number.

    • encryptionTestMode

      public short encryptionTestMode

      Encryption mode test flag.

    • encryptionId

      public short encryptionId

      Encryption key index.

    • ltnBeforeEncryption

      public short ltnBeforeEncryption

      Location 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.