You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
when I call AbortJoiningProcess I need a way to have argument in java class but I cannot figure out how; In other words if I look at xml file (Opc.Ua.Ijt.Base.NodeSet2.xml):
and the UaVariable contain inputArgument
I need a way to "traslate" that fragmant of xml in the override method:
In order to be suitable for passing argument to the handler of my AbortJoiningProcess! I do not need to do it for all method just for a few method, is that possible? do I have to give up?
thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
when I call AbortJoiningProcess I need a way to have argument in java class but I cannot figure out how; In other words if I look at xml file (Opc.Ua.Ijt.Base.NodeSet2.xml):
and the UaVariable contain inputArgument
I need a way to "traslate" that fragmant of xml in the override method:
In order to be suitable for passing argument to the handler of my AbortJoiningProcess! I do not need to do it for all method just for a few method, is that possible? do I have to give up?
thanks
Beta Was this translation helpful? Give feedback.
All reactions