HslCommunication.Serial 命名空间 |
[缺少 "N:HslCommunication.Serial" 的 <summary> 文档]
类 | 说明 | |
---|---|---|
![]() | SerialBase |
所有串行通信类的基类,提供了一些基础的服务,核心的通信实现 The base class of all serial communication classes provides some basic services for the core communication implementation |
![]() | SerialDeviceBase |
串口设备交互类的基类,实现了IReadWriteDevice接口的基础方法方法,需要使用继承重写来实现字节读写,bool读写操作。 The base class of the serial device interaction class, which implements the basic methods of the IReadWriteDevice interface, requires inheritance rewriting to implement byte read and write, and bool read and write operations. |
![]() ![]() | SoftCRC16 |
用于CRC16验证的类,提供了标准的验证方法,可以方便快速的对数据进行CRC校验 The class for CRC16 validation provides a standard validation method that makes it easy to CRC data quickly |
![]() | SoftLRC |
用于LRC验证的类,提供了标准的验证方法 The class used for LRC verification provides a standard verification method |
枚举 | 说明 | |
---|---|---|
![]() | CheckType |
校验方式
|