Skip to content

NET_SDK_GetSmarEventSupport

Interface Definition

1
2
3
4
BOOL NET_SDK_GetSmarEventSupport(
    LONG lUserID,
    LONG lChannel,
    NET_SDK_SMART_SUPPORT* pSmartSupport);
1
2
3
4
public static extern Boolean NET_SDK_GetSmarEventSupport(
    Int32 lUserID,
    Int32 lChannel,
    ref NET_SDK_SMART_SUPPORT pSmartSupport);

Function Description

Get the device channel intelligent event support status (currently only supports NVR).

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. This parameter is invalid for IPC devices.
pSmartSupportout NET_SDK_SMART_SUPPORT Smart event support status structure pointer.

Return Value

  • type:BOOL

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

Remarks

None

Error Code