Skip to content

NET_SDK_RestoreConfig

Interface Definition

1
2
BOOL NET_SDK_RestoreConfig(
    LONG lUserID);
1
2
public static extern bool NET_SDK_RestoreConfig(
    int lUserID);

Function Description

Restore the device to default configuration (only supported on N9000).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.

Return Value

  • type:BOOL

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

Remarks

None

Error Code