PcanDeviceFeatures Enumeration

Represents the features implemented by a PCAN device.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
[FlagsAttribute]
public enum PcanDeviceFeatures

Members

FlexibleDataRate1 The PCAN Channel represents a device that supports flexible data rate (CAN FD).
InterframeDelay2 The PCAN Channel represents a device that supports the configuration of a delay between sending frames (FPGA devices only).
IoFunctionality4 The PCAN Channel represents a device that supports the configuration of digital and/or analogue IOs (input/output) for using with electronic circuits.

See Also