Skip to content

NET_SDK_RemoteSnap

Interface Definition

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

Function Description

Control the remote device to capture pictures, and save the pictures locally on the device. (Only supported by N9000)

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
lChannelin int Channel number, starting from 0. This parameter is invalid for IPC devices.

Return Value

  • type:BOOL

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

Remarks

None

Error Code