Hi Gene,
Im in the first phase of developing a plugin with functionality I need for my HG program. So my question is how I can connect to the functions in the plugin from my HG program. I have made a skeleton project based on the MQTT service plugin so the pure plugin is working now Im going to add the functions. I can tell that it has an interface for networking api calls but wondering if it's loaded into HG so I can access the dll directly with code?
And do you have any example code of interfacing with a plugin from a HG app?
Couldn't find any doc of the plugins so thats the reason for the inquery.