HpsDiscoveryResult class

Ergebnis der Suche: Treffer plus die abgesuchten Netze.

Constructors

HpsDiscoveryResult({required List<DiscoveredHpsTerminal> found, required List<ScannedHpsSubnet> scanned})
const

Properties

first DiscoveredHpsTerminal?
Der erste Treffer, oder null. Der uebliche Fall in einer Kasse: genau ein Terminal im Netz.
no setter
found List<DiscoveredHpsTerminal>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanned List<ScannedHpsSubnet>
final

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