Hi Dojo,
I want to rewrite a QAction in which DMS_GET_INFO is used as shown below. Where can I find more info about which data is available at each array position so that I don't break existing logic?
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 24th April 2023
Hi Jens,
As far as I know there's no documentation available for this call, I can however give you the meaning of the indices in the code snippet you provided:
0 = DataMiner ID of the element
1 = Element ID of the element
3 = Element name
6 = Element Type
14 = Protocol name
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 24th April 2023