TMCPreferredSidsRequest constructor

TMCPreferredSidsRequest(
  1. int countryCode,
  2. int ltn
)

Creates a new instance.

  • countryCode Refers to a country in RDS-TMC format.
  • ltn LTN to which the requested SIDs belong.

Implementation

TMCPreferredSidsRequest(this.countryCode, this.ltn);