Enumerate the local configuration types of device network SDK.
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
Local binding configuration of TCP port, see details in NET_DVR_LOCAL_TCP_PORT_BIND_CFG.
Binding configuration of local UDP port, see details in NET_DVR_LOCAL_UDP_PORT_BIND_CFG.
Local configuration of storage pool, see details in NET_DVR_LOCAL_MEM_POOL_CFG.
Timeout configuration by module, see details in NET_DVR_LOCAL_MODULE_RECV_TIMEOUT_CFG.
Capability analysis library configuration, see details in NET_DVR_LOCAL_ABILITY_PARSE_CFG.
Two-way audio configuration, see details in NET_DVR_LOCAL_TALK_MODE_CFG.
Key configuration, see details in NET_DVR_LOCAL_PROTECT_KEY_CFG.
Check the device compatibility when setting parameters.
RTSP parameters, see details in NET_DVR_RTSP_PARAMS_CFG.
Parameters of using stimulation capability to complement fields, see details in NET_DVR_SIMXML_LOGIN.
Heartbeat time interval, see details in NET_DVR_LOCAL_CHECK_DEV.
SDK security parameters.
Communication library address of EZVIZ cloud.
Encoding format conversion configuration, see details in NET_DVR_LOCAL_BYTE_ENCODE_CONVERT.
Proxy types.
Log parameters, see details in NET_DVR_LOCAL_LOG_CFG.
Stream callback parameters, see details in NET_DVR_LOCAL_STREAM_CALLBACK_CFG.
General parameters, see details in NET_DVR_LOCAL_GENERAL_CFG.
PTZ interaction parameters, see details in NET_DVR_LOCAL_CFG_TYPE_PTZ.
Local parameters of alarm callback, see details in NET_DVR_MESSAGE_CALLBACK_PARAM_V51.
Certificate parameters, see details in NET_DVR_LOCAL_CERTIFICATION.
Port multiplier parameters, see details in NET_DVR_LOCAL_PORT_MULTI_CFG.
Asynchronous mode parameters, see details in NET_DVR_LOCAL_ASYNC_CFG.