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

Constants

ao → const int
ayt → const int
brk → const int
dm → const int
doCmd → const int
dont → const int
ec → const int
el → const int
ga → const int
iac → const int
ip → const int
nop → const int
sb → const int
se → const int
transmitBinary → const int
will → const int
wont → const int