Updated Home (markdown)

Michele Cattafesta
2017-08-31 21:29:51 +01:00
parent 0bcae107c3
commit 76b5185222

@@ -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.