package
0.0.0-20241205052350-2874e7b89116
Repository: https://github.com/injoyai/tinygo.git
Documentation: pkg.go.dev
# Functions
Bridge 桥接,桥接两个ReadWriter 例如,桥接串口(客户端)和网口(tcp客户端),可以实现通过串口上网.
No description provided by the author
No description provided by the author
No description provided by the author
CopyBufferWith 复制数据,每次固定大小,并提供函数监听 如何使用接口约束 [T Reader | MReader | AReader].
No description provided by the author
MultiCloser 多个关闭合并.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewRead4KB 新建读取函数,按4KB读取.
NewReadFrom 读取函数.
NewReadFromWithHandler 读取函数.
NewReadKB 新建读取函数,按KB读取.
NewReadLeast 新建读取函数,至少读取设置的字节.
NewReadMost 新建读取函数,按最大字节数读取.
Pipe 一个双向通道.
No description provided by the author
ReadByte 读取一字节.
ReadPrefix 读取Reader符合的头部,返回成功(nil),或者错误.
SplitBytesByLength 按最大长度分割字节 todo 这个不应该出现在这里.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AllRead ios.Reader转io.Reader.
No description provided by the author
No description provided by the author
No description provided by the author
Split 数据分包.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Acker 兼容MQ等需要确认的场景.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
CloseFunc 关闭函数.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadFunc 读取函数.
WriteFunc 写入函数.
No description provided by the author
No description provided by the author
No description provided by the author