Skip to content

IpConfigurationMethod Enumeration#

Lists the possible IP address configuration methods.

Syntax#

C#

public enum IpConfigurationMethod

VB

Public Enumeration IpConfigurationMethod

Members#

Member nameValueDescription
AutoIP0AutoIP, also known as Link Local Address (LLA), means that the camera uses automatic IP address assignment and assigns itself an IP address.
DHCP1DHCP means that a DHCP server assigns an IP address to the camera.
StaticIP2Static IP means that you assign an IP address to the camera that will stay in place even when the camera is powered off and back on again. You may also have to specify a subnet mask and a gateway. Make sure that the camera is in the same subnet as the adapter and that the camera has a unique IP address.

Reference#

Basler.Pylon Namespace