Hi,
I was trying to create a driver and kept getting HEX value for IP address and would like to know how to convert it?
Regards,
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023
If this information is retrieved from an SNMP Agent, I would recommend to set the Type of the parameter to value IpAddress. That might already perform the necessary conversion.
More information can be found on following page DataMiner Development Library
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023
Tried that as well but that didnt work for me. Might be missing something else. I figured out another way. Just created a QAction for that parameter and did a split on the Hex than converted it to decimal and joined it together to form an IP address.