Enum PvDeviceClass
Device class enumeration type.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvDeviceClass
Fields
| Name | Description |
|---|---|
| PvDeviceClassPeripheral | This device is a peripheral. This implies that this device does not have any streaming channels. |
| PvDeviceClassReceiver | This device is a receiver. This implies all its streaming channels receive data. |
| PvDeviceClassTransceiver | This device is a transceiver. This implies that one or more streaming channels transmit data and one or more streaming channels receive data. |
| PvDeviceClassTransmitter | This device is a transmitter. This implies all its streaming channels transmit data. |
| PvDeviceClassUnknown | Device class unknown; indeterminate. |