NetworkConfigurationIPV4GroupAddress Property |
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.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public string Address { get; set; }
Public Property Address As String
Get
Set
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also