NetworkConfigurationIPV4Group Class |
Namespace: Zivid.NET
The NetworkConfigurationIPV4Group type exposes the following members.
Name | Description | |
---|---|---|
NetworkConfigurationIPV4Group | Constructor |
Name | Description | |
---|---|---|
Address | 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.
| |
Mode | DHCP or manual configuration | |
SubnetMask | 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.
|
Name | Description | |
---|---|---|
Clone | Create a clone (deep copy) of the current instance | |
CopyWith | Create a clone (deep copy) of the current instance and invoke delegate on the clone | |
ToString | Get string representation of the object (Overrides ObjectToString.) |