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
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public class LocalInterfacesList : List<CameraStateNetworkGroupLocalInterface>
Public Class LocalInterfacesList
Inherits List(Of CameraStateNetworkGroupLocalInterface)
public ref class LocalInterfacesList : public List<CameraStateNetworkGroupLocalInterface^>
The CameraStateNetworkGroupLocalInterfacesList type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Clone | Create a clone (deep copy) of the current instance |
| ToString | Get string representation of the object (Overrides ObjectToString.) |
TopSee Also