This commit is contained in:
luosheng
2023-07-16 20:59:12 +08:00
parent 61b6c6c5e2
commit 90642d6c2e

View File

@@ -38,6 +38,11 @@ namespace Modbus.Net.HJ212
MN = mn;
}
public override Task<ReturnStruct<Dictionary<string, ReturnUnit<double>>>> GetDatasAsync(MachineDataType getDataType)
{
throw new NotImplementedException();
}
public override async Task<ReturnStruct<bool>> SetDatasAsync(MachineDataType setDataType, Dictionary<string, double> values)
{
try