Skip to content

NET_SDK_StartDVRRecord

Interface Definition

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

Function Description

Remotely and manually start 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.
lRecordTypein LONG Recording type (this parameter is temporarily invalid).

Return Value

  • type:BOOL

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

Remarks

None

Error Code