Converter
Functions
bool |
|
void |
|
void |
|
const char * |
|
void |
Detailed Description
-
class Converter
The Converter class initializes libconverter with an active license key and serves as the global conversion object
Public Functions
-
Converter()
Constructor.
-
~Converter()
-
bool Init(char const *license)
Initializes libconverter with an active license key
- Parameters
license – your HOOPS Communicator License Key
- Returns
true if there is a valid communicator license otherwise false. In the event of a failure, the log file will provide additional information as to the nature of the failure.
-
void SetLogfile(char const *logfile, SC::Store::MemoryDevice *memory_device = nullptr)
-
void GetVersion(int &major, int &minor) const
-
const char *GetBuildId() const
-
void GetSCVersion(int &version) const
-
Converter()