Enum PvInterfaceType
Interface type enumeration.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvInterfaceType
Fields
| Name | Description |
|---|---|
| PvInterfaceTypeNetworkAdapter | A network interface. Ethernet devices PvDeviceInfoGEV or PvDeviceInfoPleoraProtocol are enumerated through this interface. |
| PvInterfaceTypeUSBHostController | A USB host controller. USB devices PvDeviceInfoUSB or PvDeviceInfoU3V are enumerated through this interface. |
| PvInterfaceTypeUnknown | Interface unknown. |