NET_SDK_SetRegisterCallback¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
The device receives the callback function of the local platform port number actively registered by the DVR.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| fRegisterCBFunin | ACCEPT_REGISTER_CALLBACK | The device receives the callback information of the local platform port number actively registered by the DVR. |
| pUserin | void* | Custom parameters passed in by the user. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None