TTGatewayError enum
Constants
- disconnect → const TTGatewayError
-
const TTGatewayError(6)
- fail → const TTGatewayError
-
const TTGatewayError(0)
- failConfigAccount → const TTGatewayError
-
const TTGatewayError(9)
- failConfigRouter → const TTGatewayError
-
const TTGatewayError(7)
- failConfigServer → const TTGatewayError
-
const TTGatewayError(8)
- notConnect → const TTGatewayError
-
const TTGatewayError(5)
-
values
→ const List<
TTGatewayError> -
A constant List of the values in this enum, in order of their declaration.
const List<
TTGatewayError> - wrongAeskey → const TTGatewayError
-
const TTGatewayError(4)
- wrongCRC → const TTGatewayError
-
const TTGatewayError(3)
- wrongWifi → const TTGatewayError
-
const TTGatewayError(1)
- wrongWifiPassword → const TTGatewayError
-
const TTGatewayError(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited