| 类 | 说明 |
|---|---|
| NetworkBase |
本系统所有网络类的基类,该类为抽象类,无法进行实例化
network base class, support basic operation with socket |
| NetworkConnectedCip |
基于连接的CIP协议的基类
|
| NetworkDataServerBase | |
| NetworkDeviceBase |
设备交互类的基类,实现了
IReadWriteDevice 接口的基础方法方法,需要使用继承重写来实现字节读写,bool读写操作。 |
| NetworkDoubleBase |
支持长连接,短连接两个模式的通用客户端基类
Universal client base class that supports long connections and short connections to two modes |
| NetworkServerBase | |
| NetworkUdpBase | |
| NetworkUdpDeviceBase | |
| NetworkXBase |
包含了主动异步接收的方法实现和文件类异步读写的实现
Contains the implementation of the active asynchronous receiving method and the implementation of asynchronous reading and writing of the file class |
Copyright © 2022. All rights reserved.