Are IOPoint RPCs on the roadmap?

Is there a plan to add a set of IOPoint RPCs? It’s a little late at this point but we have basically reimplemented IOPoint class in our application using NetworkNode IO getters and setters

No, we don’t have server-side IOPoint RPCs planned.

The main reason is that we only ship the .proto, not language-specific client libraries. IOPoint is a convenience wrapper around Axis, NetworkNode, PDO and raw-memory I/O, so over gRPC that wrapper naturally belongs in client code for whatever language you are targeting.

We could showcase some of this in our RapidCodeRemote (client) sample apps (mainly C++, C# and Python), but it would probably end up looking just like your implementation.

Keep us posted, and feel free to reach out anytime if you want us to review your wrapper or if there are other features you’d like added.