NET_SDK_GetProductSubID¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Get the device product sub-ID.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| sDVRIPin | char* | The IP address of the device. |
| wDVRPortin | WORD | The data port of the device. |
Return Value¶
-
type:LONG
-
remark:-1 indicates failure, and the rest represent the device product sub-ID.
Remarks¶
None