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?
Get the SDK build SHA1.
char* GetSHA1Version()
none
SDK build SHA1
// example
char* s=GetSHA1Version(); if (s){ FreeBuf(s);}
Last updated
Was this helpful?