mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2025-12-18 01:16:50 +08:00
Updated Home (markdown)
3
Home.md
3
Home.md
@@ -157,7 +157,8 @@ private List<byte> ReadMultipleBytes(int numBytes, int db, int startByteAdr = 0)
|
|||||||
}
|
}
|
||||||
return resultBytes;
|
return resultBytes;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Read and decode / Write decoded
|
## Read and decode / Write decoded
|
||||||
|
|
||||||
This method permits to read and receive an already decoded result based on the varType provided. This is useful if you read several fields of the same type (for example 20 consecutive DBW). This is also limited to maximum 200 bytes. If you specify VarType.Byte, it has the same functionality as ReadBytes.
|
This method permits to read and receive an already decoded result based on the varType provided. This is useful if you read several fields of the same type (for example 20 consecutive DBW). This is also limited to maximum 200 bytes. If you specify VarType.Byte, it has the same functionality as ReadBytes.
|
||||||
|
|||||||
Reference in New Issue
Block a user