Member |
Data Type |
Description |
---|---|---|
byUserIDValid |
BYTE |
Whether the user ID is valid: 0-no, 1-yes |
bySerialValid |
BYTE |
Whether the serial No. is valid: 0-no, 1-yes |
byVersionValid |
BYTE |
Whether the version No. is valid: 0-no, 1-yes |
byDeviceNameValid |
BYTE |
Whether the device name is valid: 0-no, 1-yes |
byMacAddrValid |
BYTE |
Whether the MAC address is valid: 0-no, 1-yes |
byLinkPortValid |
BYTE |
Whether the login port No. is valid: 0-no, 1-yes |
byDeviceIPValid |
BYTE |
Whether the device IP address is valid: 0-no, 1-yes |
bySocketIPValid |
BYTE |
Whether the Socket IP address is valid: 0-no, 1-yes |
lUserID |
LONG |
Value returned by NET_DVR_Login_V40, it is valid when arming. |
sSerialNumber |
Array of BYTE |
Serial No. |
dwDeviceVersion |
DWORD |
Version information |
sDeviceName |
Array of char |
Device name |
byMacAddr |
Array of BYTE |
MAC address |
wLinkPort |
WORD |
Device communication port No. |
sDeviceIP |
Array of char |
Device IP address |
sSocketIP |
Array of char |
Socket IP address when actively uploading alarm. |
byIpProtocol |
BYTE |
Network protocol: 0-IPv4, 1-IPv6 |
byRes2 |
Array of BYTE |
Reserved, set to 0. |