mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Update README.md
This commit is contained in:
@@ -183,5 +183,5 @@ Sets the register waiting for the PLC to confirm it was set
|
||||
|
||||
```C#
|
||||
//inverts the boolean register
|
||||
interf.SetRegisterAsync(nameof(registers.TestBool1), !registers.TestBool1);
|
||||
await interf.SetRegisterAsync(nameof(registers.TestBool1), !registers.TestBool1);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user