Click or drag to resize

CameraStateNetworkGroupEthernetGroup Class

Current Ethernet state
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraStateNetworkGroupEthernetGroup

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntax
public class EthernetGroup

The CameraStateNetworkGroupEthernetGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLinkSpeed
The link speed between the camera and the network device it is connected to, not the transfer speed between the camera and the host computer. Suppose the camera is connected to a 10Gbps network switch that is connected to a 1Gbps network card on the host computer. This value will indicate speed of 10Gbps even if the end-to-end link speed is limited to 1Gbps. The value will be `unknown` if the link is down or if the camera cannot determine the link speed.
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