Skip to content

Commit

Permalink
refactor(plc4x-protocol): Added a length field to the plc4x protocol …
Browse files Browse the repository at this point in the history
…messages
  • Loading branch information
chrisdutz committed Jan 29, 2022
1 parent 68a9627 commit d871063
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

[discriminatedType Plc4xRequest byteOrder='BIG_ENDIAN'
[const uint 8 version 0x01 ]
[implicit uint 16 packetLength 'lengthInBytes' ]
[discriminator Plc4xRequestType requestType ]
[typeSwitch requestType
['READ_REQUEST' Plc4xReadRequest
Expand Down

0 comments on commit d871063

Please sign in to comment.