Click or drag to resize

CameraStateNetworkGroupLocalInterfaceIPV4GroupSubnet Class

An IPv4 subnet that the local network interface is connected to.
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraStateNetworkGroupLocalInterfaceIPV4GroupSubnet

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

The CameraStateNetworkGroupLocalInterfaceIPV4GroupSubnet type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
IP address of the computer's local network interface.
Public propertyMask
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