Skip to content

NET_SDK_GetSDKVersion

Interface Definition

1
DWORD NET_SDK_GetSDKVersion();
1
public static extern int NET_SDK_GetSDKVersion();

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

Error Code