open62541 has some convenience functions for interacting with UA_RelativePath instances (documented here):
UA_RelativePath_parse: parses the /-delimited relative path form
UA_RelativePath_print: the inverse of the above
Exposing these methods should be relatively easy to do, given the limited surface area.
open62541has some convenience functions for interacting withUA_RelativePathinstances (documented here):UA_RelativePath_parse: parses the/-delimited relative path formUA_RelativePath_print: the inverse of the aboveExposing these methods should be relatively easy to do, given the limited surface area.