Skip to main content

Class PCanConfiguration

Represents the configuration settings for a PCAN device, including the bus handle and bitrate.

Assembly: Meadow.PCanBasic.dll
View Source
Declaration
public class PCanConfiguration

Properties

BusHandle

Gets or sets the handle for the CAN bus. Default value is Peak.Can.Basic.BackwardCompatibility.PCANBasic.PCAN_USBBUS1.

View Source
Declaration
public ushort BusHandle { get; set; }

Bitrate

Gets or sets the bitrate for the CAN communication. Default value is Meadow.Hardware.CanBitrate.Can_250kbps.

View Source
Declaration
public CanBitrate Bitrate { get; set; }