TMCServiceInterface class abstract

Contains all outgoing dependencies to the client side.

Constructors

TMCServiceInterface(void requestTMCServiceLambda(TMCServiceRequest), List<int> getTMCPreferredSidsLambda(TMCPreferredSidsRequest), List<RDSEncryptionKey> getRDSEncryptionKeysLambda(RDSEncryptionKeysRequest))
Contains all outgoing dependencies to the client side.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRDSEncryptionKeys(RDSEncryptionKeysRequest rdsEncryptionKeysRequest) → List<RDSEncryptionKey>
Called whenever there is a need to get RDS encryption keys.
getTMCPreferredSids(TMCPreferredSidsRequest tmcPreferredSidsRequest) → List<int>
Called whenever there is a need to get a list of preferred SIDs for a specific area.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestTMCService(TMCServiceRequest tmcServiceRequest) → void
Called whenever the traffic broadcast needs to be activated.
toString() → String
A string representation of this object.
inherited

Operators

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