Method
AravisCameragv_get_persistent_ip
Declaration [src]
void
arv_camera_gv_get_persistent_ip (
ArvCamera* camera,
GInetAddress** ip,
GInetAddressMask** mask,
GInetAddress** gateway,
GError** error
)
Parameters
ip |
GInetAddress** |
A IP address placeholder. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
mask |
GInetAddressMask** |
A netmask placeholder, |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
gateway |
GInetAddress** |
A gateway IP address placeholder, |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |