Skip to content

NET_SDK_RebootDVR

Interface Definition

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

Function Description

Restart the device (not supported by IPC).

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