NET_SDK_GetDeviceIPByName¶
Interface Definition¶
1 2 3 4 5 | |
1 2 3 4 5 | |
Function Description¶
Get the device IP address by device name.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| sSerIPin | char* | NAT server IP. |
| wSerPortin | DWORD | NAT server port. |
| sDvrNamein | char* | The name of the device. |
| sDvrIPout | char* | Device IP address. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None