GetVersionInfo

Get full SDK version information.

char* GetVersionInfo()

Parameters

  • none

Return Value

  • SDK version information

Example

// example

char* s = GetVersionInfo();
if (s) { puts(s); FreeBuf(s); }

Last updated

Was this helpful?