TMCServiceRequest

public struct TMCServiceRequest

Represents the parameters used to request the traffic broadcast.

  • Refers to a country in RDS-TMC format.

    Declaration

    Swift

    public var countryCode: UInt8
  • List of preferred SIDs (up to 8).

    Declaration

    Swift

    public var preferredSids: [UInt8]
  • List of supported LTNs (up to 8).

    Declaration

    Swift

    public var supportedLtns: [UInt8]
  • Creates a new instance.

    Declaration

    Swift

    public init(countryCode: UInt8, preferredSids: [UInt8], supportedLtns: [UInt8])