GetSHA1Version

Get the SDK build SHA1.

char* GetSHA1Version()

Parameters

  • none

Return Value

  • SDK build SHA1

Example

// example

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

Last updated

Was this helpful?