Retrieves the version of the connector.
Syntax
CxVersion * getVersion() = 0;
Parameters
None.
Return values
A pointer to a character string indicating the version of the connector's application-specific component.
Examples
char * getVersion() { return (char *) CX_CONNECTOR_VERSIONSTRING; }
Notes
The connector framework calls the getVersion() method to retrieve the version of the connector.
See also