LastmileProbeResultState enum
The status of the last-mile probe test.
Values
- lastmileProbeResultComplete → const LastmileProbeResultState
-
1: The last-mile network probe test is complete.
- lastmileProbeResultIncompleteNoBwe → const LastmileProbeResultState
-
2: The last-mile network probe test is incomplete because the bandwidth estimation is not available due to limited test resources. One possible reason is that testing resources are temporarily limited.
-
3: The last-mile network probe test is not carried out. Probably due to poor network conditions.
Properties
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
Constants
-
values
→ const List<
LastmileProbeResultState> - A constant List of the values in this enum, in order of their declaration.