Skip to content

NET_SDK_SetRegisterCallback

Interface Definition

1
2
3
BOOL NET_SDK_SetRegisterCallback(
    ACCEPT_REGISTER_CALLBACK fRegisterCBFun,
    void* pUser);
1
2
3
public static extern bool NET_SDK_SetRegisterCallback(
    ACCEPT_REGISTER_CALLBACK fRegisterCBFun,
    IntPtr pUser);

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

Error Code