mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2025-12-17 17:06:50 +08:00
It said writte in the reading explanation
2
Home.md
2
Home.md
@@ -122,7 +122,7 @@ public enum DataType
|
||||
* **db**: the address of the dataType, for example if you want to read DB1, this field is “1”; if you want to read T45, this field is 45.
|
||||
* **startByteAdr**: the address of the first byte that you want to read, for example if you want to read DB1.DBW200, this is 200.
|
||||
* **count**: contains how many bytes you want to read.
|
||||
* **value[ ]**: array of bytes to be written to the plc.
|
||||
* **value[ ]**: array of bytes to be read from the plc.
|
||||
|
||||
Example:
|
||||
This method reads the first 200 bytes of DB1:
|
||||
|
||||
Reference in New Issue
Block a user