mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2025-12-17 17:06:50 +08:00
changed the headline from "Read multiple variables" from# to ## to be equal with the document
2
Home.md
2
Home.md
@@ -289,7 +289,7 @@ then add the code to read or write the complete struct
|
|||||||
TestClass myTestClass = new TestClass();
|
TestClass myTestClass = new TestClass();
|
||||||
plc.ReadClass(myTestClass, 1, 0);
|
plc.ReadClass(myTestClass, 1, 0);
|
||||||
```
|
```
|
||||||
# Read multiple variables
|
## Read multiple variables
|
||||||
|
|
||||||
This method reads multiple variables in a single request. The variables can be locatet in the same or in different data blocks.
|
This method reads multiple variables in a single request. The variables can be locatet in the same or in different data blocks.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user