Updated Home (markdown)

Michele Cattafesta
2017-08-31 21:06:18 +01:00
parent 544397ac3c
commit d125c499dd

@@ -193,9 +193,9 @@ public object ReadStruct(Type structType, int db, int startByteAdr = 0)
public ErrorCode WriteStruct(object structValue, int db, int startByteAdr = 0)
structType: Type of the struct to be read, for example: typeOf(MyStruct))
db: index of the DB to read
startByteAdr: specified the first address of the byte to read (the default is zero).
* structType: Type of the struct to be read, for example: typeOf(MyStruct))
* db: index of the DB to read
* startByteAdr: specified the first address of the byte to read (the default is zero).
Example:
Define a DataBlock in the plc like: