ScannedHpsSubnet class
Ein abgesuchtes Netz -- fuer die Anzeige in der Kasse und die Fehlersuche.
Constructors
- ScannedHpsSubnet({required String interface, required String subnet, required int hosts})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hosts → int
-
Zahl der eingeplanten Adressen. Bricht das Budget den Scan ab, wurden es
weniger -- die Zahl sagt, wie gross das Netz ist, nicht wie weit man kam.
final
- interface → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnet → String
-
Netz in Schreibweise
192.168.0.0/24.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