chrisdutz commented on code in PR #1902:
URL: https://github.com/apache/plc4x/pull/1902#discussion_r1858565876
##########
plc4j/drivers/ads/src/main/java/org/apache/plc4x/java/ads/protocol/AdsProtocolLogic.java:
##########
@@ -1199,10 +1199,6 @@ protected CompletableFuture<PlcWriteResponse>
multiWrite(PlcWriteRequest writeRe
protected byte[] serializePlcValue(PlcValue plcValue, String datatypeName)
throws SerializationException {
// First check, if we have type information available.
Review Comment:
Good catch ... maybe a little bit of a comment to "first we try to read from
the table" if nothing is found in TC2 systems the primitive types are omitted
from the trable, we try if it's one of these primitive types, ... blah blah
blah comments would leave some additional information for future coders.
--
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]