Click or drag to resize

CameraStateNetworkGroupEthernetGroupLinkSpeedOption Enumeration

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.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntax
public enum LinkSpeedOption
Members
  Member nameValueDescription
Unknown0
Link10Mbps1
Link100Mbps2
Link1Gbps3
Link2_5Gbps4
Link5Gbps5
Link10Gbps6
See Also