Update README.md

This commit is contained in:
Felix Weiß
2023-06-15 21:03:31 +02:00
committed by GitHub
parent 61fe2aff65
commit 63a1348704

View File

@@ -141,8 +141,6 @@ await plc.ConnectAsync(
## Writing data registers / contacts
⚠ **Never set a register by setting the property, always use one of the provided methods**
Registers are stored in an underlying layer for automatic handling, each register has a unique name and address.
Classes that derive from `RegisterCollectionBase` reference these registers automatically using attributes.