chrisdutz commented on issue #703: URL: https://github.com/apache/plc4x/issues/703#issuecomment-1359257202
I guess you should probably have a look at the ads.mspec document in /protocols/ads ... there find the DataItem definition and update the encoding of the types. However you probably need to add support for the encoding to the org.apache.plc4x.java.spi.generation.ReadBufferByteBased (readString) and it's counterpart org.apache.plc4x.java.spi.generation.WriteBufferByteBased (writeString) ... if you want (don't have to) ... we've got the same concept for PLC4C (plc4c/spi/src/read_buffer.c and plc4c/spi/src/write_buffer.c) and PLC4Go (plc4go/spi/utils/ReadBufferByteBased.go and plc4go/spi/utils/WriteBufferByteBased.go) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
