Skip to content

NET_SDK_Init

Interface Definition

1
BOOL NET_SDK_Init();
1
public static extern bool NET_SDK_Init();

Function Description

Initialize the SDK. This function must be called before calling other SDK interfaces.

Parameter Description

None

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code