Skip to content

NET_SDK_EnterDVRConfig

Interface Definition

1
2
LONG NET_SDK_EnterDVRConfig(
    LONG lUserID);
1
2
public static extern int NET_SDK_EnterDVRConfig(
    int lUserID);

Function Description

Enter the device configuration (only supports 3.0DVR). Only one person is allowed to modify the configuration at the same time.

Parameter Description

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

Return Value

  • type:LONG

  • remark:The status value of the operation, -3: Sending failed -1: Someone is operating -2: No permission -4: Parameter error 0: Success.

Remarks

None

Error Code