NET_SDK_SetDVRMessageCallBackEx¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Set SDK operation exception callback function (extension of NET_SDK_SetDVRMessageCallBack, callback function parameters are different).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| fMessageCallBackin | NET_MESSAGE_CALLBACK_EX | The callback function that receives the exception message calls back the relevant information of the current exception. For reference, refer to NET_MESSAGE_CALLBACK_EX. |
| pUserin | void* | User-defined parameters. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None