NET_SDK_SetSubscribCallBack¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
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