TPCANDevice Enumeration

Represents the type of interface and driver a device uses.

Definition

Namespace: Peak.Can.Basic.BackwardCompatibility
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public enum TPCANDevice

Remarks

The PCAN_PEAKCAN and PCAN_VIRTUAL are not supported by the PCAN-Basic API.

Members

PCAN_NONE0 Undefined, unknown or not selected PCAN device value.
PCAN_PEAKCAN1 PCAN non plug-and-play devices.

  Important

This PCAN device is not supported.
PCAN_ISA2 PCAN-ISA, PCAN-PC/104 devices.
PCAN_DNG3 PCAN-Dongle.
PCAN_PCI4 PCAN-PCI, PCAN-cPCI, PCAN-miniPCI, PCAN-PC/104-Plus, PCAN-PCI Express, PCAN-PCIe FD, PCAN-PCI FD, PCAN-Chip PCIe.
PCAN_USB5 PCAN-USB, PCAN-USB Pro, PCAN-USB FD, PCAN-USB Pro FD, PCAN-Chip USB.
PCAN_PCC6 PCAN-PC Card.
PCAN_VIRTUAL7 PCAN Virtual hardware.

  Important

This PCAN device is not supported.
PCAN_LAN8 PCAN-Gateway, and PCAN-Gateway FD PCAN devices.

See Also