NET_SDK_GetSDKVersion¶
Interface Definition¶
1 | |
1 | |
Function Description¶
Get the SDK version information.
Parameter Description¶
None
Return Value¶
-
type:DWORD
-
remark:SDK version information, 2 high bytes indicate the major version, 2 low bytes indicate the minor version. For example, 0x00010000 indicates the version is 1.0.
Remarks¶
None