Skip to content

NET_SDK_SetDVRMessageCallBack

Interface Definition

1
2
3
BOOL NET_SDK_SetDVRMessageCallBack(
    NET_MESSAGE_CALLBACK fMessageCallBack,
    void* pUser);
1
2
3
public static extern bool NET_SDK_SetDVRMessageCallBack(
    NET_MESSAGE_CALLBACK fMessageCallBack,
    IntPtr pUser);

Function Description

Set the SDK operation exception callback function.

Parameter Description

Parameters Type Remark
fMessageCallBackin NET_MESSAGE_CALLBACK The callback function that receives the exception message and calls back the relevant information of the current exception. For details, refer to EXCEPTION_CALLBACK.
pUserin void* User-defined parameters.

Return Value

  • type:BOOL

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

Remarks

None

Error Code