RDSEncryptionKeysRequest

public struct RDSEncryptionKeysRequest : Hashable

Represents data to search for RDS encryption keys.

  • Refers to a country in RDS-TMC format.

    Declaration

    Swift

    public var countryCode: UInt8
  • sid

    SID that owns the key.

    Declaration

    Swift

    public var sid: UInt8
  • LTN to which the key refers.

    Declaration

    Swift

    public var ltnBeforeEncryption: UInt8
  • Creates a new instance.

    Declaration

    Swift

    public init(countryCode: UInt8, sid: UInt8, ltnBeforeEncryption: UInt8)