Click or drag to resize

CameraStateNetworkGroupLocalInterfaceIPV4GroupSubnetsList Class

List of IPv4 addresses and subnet masks that the interface is configured with. This list can contain multiple entries if the local network interface is configured with multiple IPv4 addresses.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListCameraStateNetworkGroupLocalInterfaceIPV4GroupSubnet
    Zivid.NETCameraStateNetworkGroupLocalInterfaceIPV4GroupSubnetsList

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public class SubnetsList : List<CameraStateNetworkGroupLocalInterfaceIPV4GroupSubnet>

The CameraStateNetworkGroupLocalInterfaceIPV4GroupSubnetsList type exposes the following members.

Constructors
  NameDescription
Public methodCameraStateNetworkGroupLocalInterfaceIPV4GroupSubnetsList
Initializes a new instance of the CameraStateNetworkGroupLocalInterfaceIPV4GroupSubnetsList class
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also