Click or drag to resize

NetworkConfigurationIPV4Group Class

IPv4 network configuration
Inheritance Hierarchy
SystemObject
  Zivid.NETNetworkConfigurationIPV4Group

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public class IPV4Group

The NetworkConfigurationIPV4Group type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
The camera's IPv4 address. Only used in manual mode. To be able to connect to the camera, the camera's IP address must be in the same subnet as the IP address of the computer's local network interface.
Public propertyMode
DHCP or manual configuration
Public propertySubnetMask
The camera's subnet mask (for example 255.255.255.0). Only used in manual mode. To be able to connect to the camera, the camera's subnet mask must be the same as the subnet mask of the computer's local network interface.
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also