This commit is contained in:
nikzori
2024-12-09 17:58:37 +03:00
parent 38fb1dfa84
commit edf447db75
5 changed files with 19 additions and 7 deletions

View File

@@ -40,5 +40,5 @@ namespace Gidrolock_Modbus_Scanner
this.readOnce = readOnce;
}
}
public enum RegisterType { Coil, Discrete, Holding, Input }
public enum RegisterType { Coil = 1, Discrete = 2, Holding = 3, Input = 4}
}