TMCServiceProviderInfo class

Represents the service prodiver info in RDS-TMC format.

Constructors

TMCServiceProviderInfo(int status, int countryCode, int sid, int ltnNumber, int encryptionTestMode, int encryptionId, int ltnBeforeEncryption)
Creates a new instance.

Properties

countryCode ↔ int
Service provider country code.
getter/setter pair
encryptionId ↔ int
Encryption key index.
getter/setter pair
encryptionTestMode ↔ int
Encryption mode test flag.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
ltnBeforeEncryption ↔ int
Location table number before encryption.
getter/setter pair
ltnNumber ↔ int
Location table number.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sid ↔ int
Service id.
getter/setter pair
status ↔ int
Service provider status.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited