ClientReadResult class

Constructors

ClientReadResult(int result, Uint8List buffer)

Properties

buffer Uint8List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
result int

0 读取成功,返回值为读取长度 -1 客户端未连接 -3 接收超时 -5 无效参数 -11 连接已失效 -12 远程关闭连接 -13 连接超时关闭

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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