Hi all, I know we staeted with accepting Object… vararg arguments in the early days of PLC4X but due to many issues coming from not guessing the right types, most drivers now expec PlcValues as arguments. However, we still have parts of the API that use Object…
I propose to clean this up and replace it with “PlcValue…” var-args so we finally find the missing places where we’re not handling things correctly. What do you folks think? Chris