TMCServiceProviderInfo constructor
- int status,
- int countryCode,
- int sid,
- int ltnNumber,
- int encryptionTestMode,
- int encryptionId,
- int ltnBeforeEncryption,
Creates a new instance.
statusService provider status.countryCodeService provider country code.sidService id.ltnNumberLocation table number.encryptionTestModeEncryption mode test flag.encryptionIdEncryption key index.ltnBeforeEncryptionLocation table number before encryption.
Implementation
TMCServiceProviderInfo(this.status, this.countryCode, this.sid, this.ltnNumber, this.encryptionTestMode, this.encryptionId, this.ltnBeforeEncryption);