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?