GetVersionName
Get the SDK version name.
char* GetVersionName()
Parameters
none
Return Value
SDK version name
Example
// example
char* s=GetVersionName(); if (s){ FreeBuf(s);}
Last updated
Was this helpful?
Get the SDK version name.
char* GetVersionName()
none
SDK version name
// example
char* s=GetVersionName(); if (s){ FreeBuf(s);}
Last updated
Was this helpful?