DiscoveredHpsTerminal class

Ein gefundenes Terminal: Adresse plus die Kennungen, die es selbst nennt.

Constructors

DiscoveredHpsTerminal({required String host, required int port, required List<TerminalInfo> terminals})
const

Properties

baseUrl Uri
no setter
hashCode int
The hash code for this object.
no setterinherited
host String
final
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminals List<TerminalInfo>
Was GET /api/terminals geliefert hat. Die TIDs stehen darin -- der Aufrufer muss sie nicht mehr erfragen.
final
tids List<String>
Die TIDs, in der Reihenfolge der Antwort. Leer, wenn das Geraet keine nennt (dann ist es trotzdem ein Treffer -- es hat geantwortet).
no setter

Methods

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

Operators

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