SEARCH_DEVICE_TYPE¶
Enum Definition¶
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
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 |