Skip to content

NET_SDK_SetSubscribCallBack

Interface Definition

1
2
3
BOOL NET_SDK_SetSubscribCallBack(
    SUBSCRIBE_CALLBACK fSubscribCallBack,
    void* pUser);
1
2
3
public static extern bool NET_SDK_SetSubscribCallBack(
    SUBSCRIBE_CALLBACK fSubscribCallBack,
    IntPtr pUser);

Function Description

Set the callback for reporting smart analysis events.

Parameter Description

Parameters Type Remark
fSubscribCallBackin SUBSCRIBE_CALLBACK Callback function.
pUserin void* User-defined parameters.

Return Value

  • type:BOOL

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

Remarks

None

Error Code