TMCServiceProviderInfo constructor

TMCServiceProviderInfo(
  1. int status,
  2. int countryCode,
  3. int sid,
  4. int ltnNumber,
  5. int encryptionTestMode,
  6. int encryptionId,
  7. int ltnBeforeEncryption,
)

Creates a new instance.

  • status Service provider status.
  • countryCode Service provider country code.
  • sid Service id.
  • ltnNumber Location table number.
  • encryptionTestMode Encryption mode test flag.
  • encryptionId Encryption key index.
  • ltnBeforeEncryption Location table number before encryption.

Implementation

TMCServiceProviderInfo(this.status, this.countryCode, this.sid, this.ltnNumber, this.encryptionTestMode, this.encryptionId, this.ltnBeforeEncryption);