Method

AravisCameragv_set_persistent_ip

Declaration [src]

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

Description [src]

Sets the persistent IP address to camera.

Available since:0.8.22

Parameters

ip GInetAddress*
 

IPv4 address.

 The data is owned by the caller of the function.
mask GInetAddressMask*
 

Netmask.

 The data is owned by the caller of the function.
gateway GInetAddress*
 

Gateway IPv4 address.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.