You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by er...@apache.org on 2020/04/02 07:05:11 UTC

[plc4x] 01/02: Corrected data size for ReadResponse

This is an automated email from the ASF dual-hosted git repository.

erobinet pushed a commit to branch camel
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 5502906c76b959f59a4bb7caff40ff87f460dd7e
Author: Etienne Robinet <et...@gmail.com>
AuthorDate: Thu Apr 2 08:56:19 2020 +0200

    Corrected data size for ReadResponse
---
 protocols/eip/src/main/resources/protocols/eip/eip.mspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/eip/src/main/resources/protocols/eip/eip.mspec b/protocols/eip/src/main/resources/protocols/eip/eip.mspec
index ffdd43a..9cfccd9 100644
--- a/protocols/eip/src/main/resources/protocols/eip/eip.mspec
+++ b/protocols/eip/src/main/resources/protocols/eip/eip.mspec
@@ -63,7 +63,7 @@
               [simple     uint            8   'status']
               [simple     uint            8   'extStatus']
               [enum       CIPDataTypeCode     'dataType']
-              [array      int             8   'data'  count  'serviceLen-6']
+              [array      int             8   'data'  count  'dataType.size']
         ]
         ['0x4D' CipWriteRequest
             [simple     int     8           'RequestPathSize']