Skip to content

NET_SDK_StopDVRRecord

Interface Definition

1
2
3
BOOL NET_SDK_StopDVRRecord(
    LONG lUserID,
    LONG lChannel);
1
2
3
public static extern bool NET_SDK_StopDVRRecord(
    Int32 lUserID,
    int lChannel);

Function Description

Remotely and manually stop device recording (supports N9000 only).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
lChannelin LONG Channel number, starting from 0, 0x00ff means all analog channels, 0xff00 means all digital channels, and 0xffff means all analog and digital channels.

Return Value

  • type:BOOL

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

Remarks

None

Error Code