Using the Overlay on Event plugin sample from the SDK, I would like to get the hardware ip address from the server for use in some add in code. Is there an object that I can access?

I’m working on the OverlayOnEvent sdk sample. I found the private void UI_DrawOverlay is the portion that actually controls the overlay data. I can see that I am getting the object addOn.CameraName as the source of the overlay data. What I would like to reference is the hardware ip address of the camera so I can use it in a ping of the device. What is the object that references the hardware ip address?

Please see ConfigAPIClient sample, this is a standalone sample, not plugin but you can also utilize it to your plugin. The sample shows you hardware IP address, please see below.

https://doc.developer.milestonesys.com/html/index.html?base=samples/configapiclient.html&tree=tree_2.html