public struct TMCPreferredSidsRequest

Represents data used to request the list of preferred SIDs.

  • Refers to a country in RDS-TMC format.

    Declaration

    Swift

    public var countryCode: UInt8
  • LTN to which the requested SIDs belong.

    Declaration

    Swift

    public var ltn: UInt8
  • Creates a new instance.

    Declaration

    Swift

    public init(countryCode: UInt8, ltn: UInt8)