Method

AravisCameragv_get_persistent_ip

Declaration [src]

void
arv_camera_gv_get_persistent_ip (
  ArvCamera* camera,
  GInetAddress** ip,
  GInetAddressMask** mask,
  GInetAddress** gateway,
  GError** error
)

Description [src]

Get the persistent IP address setting of camera.

Available since:0.8.22

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, NULL to ignore.

 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, NULL to ignore.

 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.