chrisdutz commented on issue #1156:
URL: https://github.com/apache/plc4x/issues/1156#issuecomment-1772257166

   So if you do this it works:
   
   `writeBuilder.addTagAddress("ValueDINT", "MAIN.ValeurDINT", new 
PlcDINT(value));
   `
   And if you do this, it fails?
   
   `writeBuilder.addTagAddress("ValueDINT", "MAIN.ValeurDINT", value);
   `
   


-- 
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: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to