GetVersionCode

Get the SDK version code.

char* GetVersionCode()

Parameters

  • none

Return Value

  • char*: Version code (free with FreeBuf).

Example

// example

char* s=GetVersionCode(); if (s){ FreeBuf(s);}

Last updated

Was this helpful?