项目逻辑添加
This commit is contained in:
@@ -6,6 +6,7 @@ namespace TabletTester2025.Services
|
||||
{
|
||||
Task ConnectAsync();
|
||||
Task<float> ReadFloatAsync(ushort startAddress);
|
||||
Task<int> ReadIntAsync(ushort startAddress);
|
||||
Task WriteCoilAsync(ushort coilAddress, bool value);
|
||||
Task<bool> ReadCoilAsync(ushort coilAddress);
|
||||
Task WriteRegisterAsync(ushort registerAddress, ushort value);
|
||||
|
||||
Reference in New Issue
Block a user