Click or drag to resize

CameraStateNetworkGroupLocalInterfacesList Class

List of the computer's local network interfaces that discovered the camera. In the most common scenario with the camera connected to the computer with an Ethernet cable, this list will contain only the network interface for that Ethernet port. In more complex network scenarios it can be the case that the camera is discovered by multiple interfaces, and in that case this list will contain multiple network interfaces. However, when `CameraState::Status` is `connected`, only the one network interface that has the active TCP/IP connection to the camera will be listed.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListCameraStateNetworkGroupLocalInterface
    Zivid.NETCameraStateNetworkGroupLocalInterfacesList

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

The CameraStateNetworkGroupLocalInterfacesList type exposes the following members.

Constructors
  NameDescription
Public methodCameraStateNetworkGroupLocalInterfacesList
Initializes a new instance of the CameraStateNetworkGroupLocalInterfacesList 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