NegotiationStateManager class
Constructors
- NegotiationStateManager({required void onSend(Uint8List)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onSend → void Function(Uint8List)
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
themStates
→ Map<
int, OptionState> -
final
-
usStates
→ Map<
int, OptionState> -
final
Methods
-
handleAyt(
) → void -
handleCommand(
List< int> bytes) → void -
handleDo(
int option) → void -
handleDont(
int option) → void -
handleWill(
int option) → void -
handleWont(
int option) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestDo(
int option) → void -
requestDont(
int option) → void -
requestWill(
int option) → void -
requestWont(
int option) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited