| 接口 | 说明 |
|---|---|
| IReadWriteDevice |
用于读写的设备接口,相较于
IReadWriteNet,增加了 ReadFromCoreServer 相关的方法,可以用来和设备进行额外的交互。 |
| IReadWriteNet |
所有的和设备或是交互类统一读写标准,公开了如何读写对方的一些api接口,并支持基于特性的读写操作
All unified read and write standards for devices and interaction classes, expose how to read and write some API interfaces of each other, and support feature-based read and write operations |
| 类 | 说明 |
|---|---|
| HslProtocol | |
| NetHandle |
用于通信过程中的暗号对象
|
| NetSupport |
静态的方法支持类,提供一些网络的静态支持,支持从套接字从同步接收指定长度的字节数据,并支持报告进度。
|
Copyright © 2022. All rights reserved.