TMCServiceProviderInfo

public struct TMCServiceProviderInfo

Represents the service prodiver info in RDS-TMC format.

  • Service provider status.

    Declaration

    Swift

    public var status: UInt8
  • Service provider country code.

    Declaration

    Swift

    public var countryCode: UInt8
  • sid

    Service id.

    Declaration

    Swift

    public var sid: UInt8
  • Location table number.

    Declaration

    Swift

    public var ltnNumber: UInt8
  • Encryption mode test flag.

    Declaration

    Swift

    public var encryptionTestMode: UInt8
  • Encryption key index.

    Declaration

    Swift

    public var encryptionId: UInt8
  • Location table number before encryption.

    Declaration

    Swift

    public var ltnBeforeEncryption: UInt8
  • Creates a new instance.

    Declaration

    Swift

    public init(status: UInt8, countryCode: UInt8, sid: UInt8, ltnNumber: UInt8, encryptionTestMode: UInt8, encryptionId: UInt8, ltnBeforeEncryption: UInt8)