|
GEV_STATUS
GevForceCameraIPAddress |
(UINT32 macHi, UINT32 macLo, UINT32 IPAddress, |
|
|
Description |
||
|
Forces the IP address of a device to a known value. It allows for
recovery from incorrect IP address configuration. The device is identified by
its MAC address and uses the known network interface list (stored internally)
to locate and access the camera for reconfiguration. |
||
|
Parameters |
||
|
macHi |
Hi 16 bits of the 48 bit MAC address for device. |
|
|
macLo |
Low 32 bits of the 48 bit MAC address for device. |
|
|
ip |
IP address to assign to the device when it is fond. (IPv4). |
|
|
subnetmask |
Subnet mask to be assigned to the camera when it is found. |
|
|
Return
Value |
||
|
GEV_STATUS |
Possible values are: GEV_STATUS_SUCCESS |
|
Related Topics