NET_DVR_SetSDKLocalCfg

Set the local parameters.

API Definition

BOOL NET_DVR_SetSDKLocalCfg(
  NET_SDK_LOCAL_CFG_TYPE    enumType,
  void* const               lpInBuff
);

Parameters

enumType

[IN] Configuration options. Different values of configuration options correspond to different SDK parameters, see details in NET_SDK_LOCAL_CFG_TYPE.

lpInBuff

[IN] Input parameters. For different configuration options, the structures of input parameters are different, see details in NET_SDK_LOCAL_CFG_TYPE.

Return Values

Returns TRUE for success, and returns FALSE for failure. If FALSE is returned, you can call NET_DVR_GetLastError to get the error code.

Before setting parameters for this function, make sure no device has logged in.