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