Ntut8021xProvisioningResult class
Constructors
-
Ntut8021xProvisioningResult({required Ntut8021xProvisioningStatus status, required int? androidSdkInt, required bool usedHiddenCaPath, required Ntut8021xProvisioningMode lastProvisioningMode, required bool usedCompatFallback, required List<
int> compatNetworkResultCodes, Ntut8021xPendingPromptReason? pendingPromptReason, bool? wifiEnabled, int? networkSuggestionStatus, int? approvalStatus, int? compatResultCode, int? compatNetworkResultCode, String? message}) -
const
- Ntut8021xProvisioningResult.unsupported()
-
const
Properties
-
addNetworkResultCodes
→ List<
int> -
no setter
- androidSdkInt → int?
-
final
- approvalStatus → int?
-
final
- compatNetworkResultCode → int?
-
final
-
compatNetworkResultCodes
→ List<
int> -
final
- compatResultCode → int?
-
final
- fallbackTriggered → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSuccess → bool
-
no setter
- lastProvisioningMode → Ntut8021xProvisioningMode
-
final
- message → String?
-
final
- networkSuggestionStatus → int?
-
final
- pendingCompatPromptReason → Ntut8021xPendingPromptReason?
-
no setter
- pendingPromptReason → Ntut8021xPendingPromptReason?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Ntut8021xProvisioningStatus
-
final
- usedCompatFallback → bool
-
final
- usedHiddenCaPath → bool
-
final
- wifiEnabled → bool?
-
final
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