RDSEncryptionKeysRequest constructor
- int countryCode,
- int sid,
- int ltnBeforeEncryption
Creates a new instance.
countryCodeRefers to a country in RDS-TMC format.sidSID that owns the key.ltnBeforeEncryptionLTN to which the key refers.
Implementation
RDSEncryptionKeysRequest(this.countryCode, this.sid, this.ltnBeforeEncryption);