FrameConn class abstract

Implementers

Constructors

FrameConn()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Close() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ReadFrame(List<int> data) List<int>
toString() String
A string representation of this object.
inherited
WriteFrame(List<int> byte) Future

Operators

operator ==(Object other) bool
The equality operator.
inherited