点击或拖拽改变大小

HslCommunication.Core.Pipe 命名空间

[缺少 "N:HslCommunication.Core.Pipe" 的 <summary> 文档]

  说明
公共类CommunicationPipe
用于通信的管道信息,包含基本的通信实现,当前类是抽象类,需要继承实现具体的收发报文才可以使用。
Channel information for communication, including the basic communication implementation, the current class is an abstract class, need to inherit the implementation of specific messages can be used.
公共类PipeBase
管道的基础类对象
公共类PipeDebugRemote
用于调试的远程管道信息
Remote pipeline information for debugging
公共类PipeDtuNet
DTU(数据转换模块)的管道信息
Pipeline information of the DTU (Data Transfer unit)
公共类PipeMoxa
基于MOXA公司提供的串口驱动实现的管道类,目前仅支持windows平台,需要当前目录下存在 PCOMM.DLL 组件
The pipe class based on the serial port driver provided by MOXA currently only supports the windows platform and requires the existence of the PCOMM.DLL component in the current directory
公共类PipeMqttClient
基于MQTT通信实现的管道信息
公共类PipeSerial 已过时。
串口的管道类对象,可以在不同的串口类中使用一个串口的通道信息
The pipe class object of the serial port can use the channel information of a serial port in different serial port classes
公共类PipeSerialPort
串口管道信息
公共类PipeSocket
基于网络通信的管道信息,可以设置额外的一些参数信息,例如连接超时时间,读取超时时间等等。
Based on the pipe information of network communication, some additional parameter information can be set, such as connection timeout time, read timeout time and so on.
公共类PipeSslNet
基于SSL/TLS加密的管道信息,内部基于 TCP/IP 通信实现
Pipe information based on SSL/TLS encryption, and internal TCP/IP communication
公共类PipeTcpNet
用于TCP/IP协议的传输管道信息
Transport pipe information of the IP protocol
公共类PipeUdpNet
基于UDP/IT通信的管道信息
Pipeline information based on UDP/IT communication