mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-27 13:47:10 +08:00
refactor: modbusMaster 添加 分部定义
This commit is contained in:
@@ -21,7 +21,7 @@ using TouchSocket.Sockets;
|
|||||||
namespace ThingsGateway.Foundation.Modbus;
|
namespace ThingsGateway.Foundation.Modbus;
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public class ModbusMaster : ProtocolBase
|
public partial class ModbusMaster : ProtocolBase
|
||||||
{
|
{
|
||||||
private ModbusTypeEnum modbusType;
|
private ModbusTypeEnum modbusType;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user