UseSSL
The UseSSL function is part of the HMITTPanel class used to connect to live ARDI data.
It tells the library to connect using indirect SSL subscriptions rather than direct, insecure HTTP sessions.
Parameters
None
Example
//Create 'connection' and subscriptions... connection.UseSSL(); connection.Connect("myardiserver/s/default");
Notes
This function should be called before you call connect.