CCodeParserModule Class
| Method | Description |
|---|---|
GetVersion |
Get version information of SDK. |
GetVersion
Get version information of SDK.
static const char* dynamsoft::dcp::CCodeParserModule::GetVersion()
Return Value
The version information string.
Code Snippet
const char* versionInfo = dynamsoft::dcp::CCodeParserModule::GetVersion();