Skip to content

NET_SDK_Cleanup

Interface Definition

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

Function Description

Release SDK resources. This function must be called before the program exits. DD_RECORD_TYPE_INTELLIGENTDD_RECORD_TYPE_INTELLIGENT

Parameter Description

None

Return Value

  • type:BOOL

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

Remarks

None

Error Code