TMCServiceRequest constructor

TMCServiceRequest(
  1. int countryCode,
  2. List<int> preferredSids,
  3. List<int> supportedLtns
)

Creates a new instance.

  • countryCode Refers to a country in RDS-TMC format.
  • preferredSids List of preferred SIDs (up to 8).
  • supportedLtns List of supported LTNs (up to 8).

Implementation

TMCServiceRequest(this.countryCode, this.preferredSids, this.supportedLtns);