RDSEncryptionKeysRequest constructor

RDSEncryptionKeysRequest(
  1. int countryCode,
  2. int sid,
  3. int ltnBeforeEncryption
)

Creates a new instance.

  • countryCode Refers to a country in RDS-TMC format.
  • sid SID that owns the key.
  • ltnBeforeEncryption LTN to which the key refers.

Implementation

RDSEncryptionKeysRequest(this.countryCode, this.sid, this.ltnBeforeEncryption);