From 76b51852223cf6f13bb4455927bea8283c2b6127 Mon Sep 17 00:00:00 2001 From: Michele Cattafesta Date: Thu, 31 Aug 2017 21:29:51 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5f4a77a..32ee221 100644 --- a/Home.md +++ b/Home.md @@ -157,7 +157,8 @@ private List ReadMultipleBytes(int numBytes, int db, int startByteAdr = 0) } return resultBytes; } -```  +``` + ## 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.