NET_SDK_LOCAL_CFG_TYPE

Enumerate the local configuration types of device network SDK.

Enumeration Definition

enum{
  NET_SDK_LOCAL_CFG_TYPE_TCP_PORT_BIND       =0,
  NET_SDK_LOCAL_CFG_TYPE_UDP_PORT_BIND       =1,
  NET_SDK_LOCAL_CFG_TYPE_MEM_POOL            =2,
  NET_SDK_LOCAL_CFG_TYPE_MODULE_RECV_TIMEOUT =3,
  NET_SDK_LOCAL_CFG_TYPE_ABILITY_PARSE       =4,
  NET_SDK_LOCAL_CFG_TYPE_TALK_MODE           =5,
  NET_SDK_LOCAL_CFG_TYPE_PROTECT_KEY         =6
  NET_SDK_LOCAL_CFG_TYPE_CFG_VERSION         =7
  NET_SDK_LOCAL_CFG_TYPE_RTSP_PARAMS         =8
  NET_SDK_LOCAL_CFG_TYPE_SIMXML_LOGIN        =9
  NET_SDK_LOCAL_CFG_TYPE_CHECK_DEV           =10,
  NET_SDK_LOCAL_CFG_TYPE_SECURITY            =11
  NET_SDK_LOCAL_CFG_TYPE_EZVIZLIB_PATH       =12
  NET_SDK_LOCAL_CFG_TYPE_CHAR_ENCODE         =13,
  NET_SDK_LOCAL_CFG_TYPE_PROXYS              =14
  NET_DVR_LOCAL_CFG_TYPE_LOG                 =15,
  NET_DVR_LOCAL_CFG_TYPE_STREAM_CALLBACK     =16
  NET_DVR_LOCAL_CFG_TYPE_GENERAL             =17,
  NET_DVR_LOCAL_CFG_TYPE_PTZ                 =18,
  NET_DVR_LOCAL_CFG_MESSAGE_CALLBACK_V51     =19
  NET_SDK_LOCAL_CFG_CERTIFICATION            =20,
  NET_SDK_LOCAL_CFG_PORT_MULTIPLEX           =21,
  NET_SDK_LOCAL_CFG_ASYNC                    =22
}NET_SDK_LOCAL_CFG_TYPE

Members

NET_SDK_LOCAL_CFG_TYPE_TCP_PORT_BIND

Local binding configuration of TCP port, see details in NET_DVR_LOCAL_TCP_PORT_BIND_CFG.

NET_SDK_LOCAL_CFG_TYPE_UDP_PORT_BIND

Binding configuration of local UDP port, see details in NET_DVR_LOCAL_UDP_PORT_BIND_CFG.

NET_SDK_LOCAL_CFG_TYPE_MEM_POOL

Local configuration of storage pool, see details in NET_DVR_LOCAL_MEM_POOL_CFG.

NET_SDK_LOCAL_CFG_TYPE_MODULE_RECV_TIMEOUT

Timeout configuration by module, see details in NET_DVR_LOCAL_MODULE_RECV_TIMEOUT_CFG.

NET_SDK_LOCAL_CFG_TYPE_ABILITY_PARSE

Capability analysis library configuration, see details in NET_DVR_LOCAL_ABILITY_PARSE_CFG.

NET_SDK_LOCAL_CFG_TYPE_TALK_MODE

Two-way audio configuration, see details in NET_DVR_LOCAL_TALK_MODE_CFG.

NET_SDK_LOCAL_CFG_TYPE_PROTECT_KEY

Key configuration, see details in NET_DVR_LOCAL_PROTECT_KEY_CFG.

NET_SDK_LOCAL_CFG_TYPE_CFG_VERSION

Check the device compatibility when setting parameters.

NET_SDK_LOCAL_CFG_TYPE_RTSP_PARAMS

RTSP parameters, see details in NET_DVR_RTSP_PARAMS_CFG.

NET_SDK_LOCAL_CFG_TYPE_SIMXML_LOGIN

Parameters of using stimulation capability to complement fields, see details in NET_DVR_SIMXML_LOGIN.

NET_SDK_LOCAL_CFG_TYPE_CHECK_DEV

Heartbeat time interval, see details in NET_DVR_LOCAL_CHECK_DEV.

NET_SDK_LOCAL_CFG_TYPE_SECURITY

SDK security parameters.

NET_SDK_LOCAL_CFG_TYPE_EZVIZLIB_PATH

Communication library address of EZVIZ cloud.

NET_SDK_LOCAL_CFG_TYPE_CHAR_ENCODE

Encoding format conversion configuration, see details in NET_DVR_LOCAL_BYTE_ENCODE_CONVERT.

NET_SDK_LOCAL_CFG_TYPE_PROXYS

Proxy types.

NET_DVR_LOCAL_CFG_TYPE_LOG

Log parameters, see details in NET_DVR_LOCAL_LOG_CFG.

NET_DVR_LOCAL_CFG_TYPE_STREAM_CALLBACK

Stream callback parameters, see details in NET_DVR_LOCAL_STREAM_CALLBACK_CFG.

NET_DVR_LOCAL_CFG_TYPE_GENERAL

General parameters, see details in NET_DVR_LOCAL_GENERAL_CFG.

NET_DVR_LOCAL_CFG_TYPE_PTZ

PTZ interaction parameters, see details in NET_DVR_LOCAL_CFG_TYPE_PTZ.

NET_DVR_LOCAL_CFG_MESSAGE_CALLBACK_V51

Local parameters of alarm callback, see details in NET_DVR_MESSAGE_CALLBACK_PARAM_V51.

NET_SDK_LOCAL_CFG_CERTIFICATION

Certificate parameters, see details in NET_DVR_LOCAL_CERTIFICATION.

NET_SDK_LOCAL_CFG_PORT_MULTIPLEX

Port multiplier parameters, see details in NET_DVR_LOCAL_PORT_MULTI_CFG.

NET_SDK_LOCAL_CFG_ASYNC

Asynchronous mode parameters, see details in NET_DVR_LOCAL_ASYNC_CFG.