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
Syntaxpublic enum LinkSpeedOption
Public Enumeration LinkSpeedOption
public enum class LinkSpeedOption
Members|
| Member name | Value | Description |
|---|
| Unknown | 0 | |
| Link10Mbps | 1 | |
| Link100Mbps | 2 | |
| Link1Gbps | 3 | |
| Link2_5Gbps | 4 | |
| Link5Gbps | 5 | |
| Link10Gbps | 6 | |
See Also