Skip to content

SEARCH_DEVICE_TYPE

Enum Definition

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
typedef enum
{
    _SEARCH_STANDARD = 0x001,
    _SEARCH_ONVIF = 0x002,
    _SEARCH_UPNP = 0x004,
    _SEARCH_AIPSTAR = 0x008,
    _SEARCH_DAHUA = 0x010,
    _SEARCH_HIK = 0x020,
    _SEARCH_UNIVIEW = 0x040,
    _SEARCH_YCX = 0x080,
    _SEARCH_SPECO = 0x100,
    _SEARCH_ALL = 0xffff,
} SEARCH_DEVICE_TYPE;
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
public enum SEARCH_DEVICE_TYPE
{
    _SEARCH_STANDARD = 0x001,
    _SEARCH_ONVIF = 0x002,
    _SEARCH_UPNP = 0x004,
    _SEARCH_AIPSTAR = 0x008,
    _SEARCH_DAHUA = 0x010,
    _SEARCH_HIK = 0x020,
    _SEARCH_UNIVIEW = 0x040,
    _SEARCH_YCX = 0x080,
    _SEARCH_SPECO = 0x100,
    _SEARCH_ALL = 0xffff,
}

Function Description

Search device type

Member Description

Enum name Value Remark
_SEARCH_STANDARD 0x001 Standard Equipment
_SEARCH_ONVIF 0x002 Onvif device
_SEARCH_UPNP 0x004 UPnP Devices
_SEARCH_AIPSTAR 0x008 AIPSTAR Equipment
_SEARCH_DAHUA 0x010 Dahua Equipment
_SEARCH_HIK 0x020 Hikvision equipment
_SEARCH_UNIVIEW 0x040 Uniview Equipment
_SEARCH_YCX 0x080 YCX Equipment
_SEARCH_SPECO 0x100 SPECO Equipment
_SEARCH_ALL 0xffff All device types
Error Code