BitrateFD Class

Defines the different configuration parameters used to create a Flexible Data rate string for FD capable PCAN Channels initialization.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public sealed class BitrateFD
Inheritance
Object    BitrateFD

Constructors

BitrateFD(String) Initializes an instance of a BitrateFD object.
BitrateFD(BitrateFDClockFrequency, BitrateFDBitrateSegment, BitrateFDBitrateSegment) Initializes an instance of a BitrateFD object.
BitrateFD(BitrateFDClockFrequency, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32) Initializes an instance of a BitrateFD object.

Properties

Data Gets or sets the configuration values for the data part of the CAN FD bit rate.
Frequency Gets or sets the clock frequency used by this CAN FD bit rate.
Nominal Gets or sets the configuration values for the nominal part of the CAN FD bit rate.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents a parameterized CAN FD bit rate.
(Overrides ObjectToString)

Operators

(String to BitrateFD) Explicitly converts a parameterized CAN FD bit rate string in an equivalent BitrateFD object.
(BitrateFD to String) Implicitly converts a BitrateFD instance into its CAN FD bit rate string representation.

Fields

BitrateSaeJ2284_4 A string representing the bit rate FD SAE J2284-4: Nominal: 500 kBit/s | Data: 2 MBit/s.
BitrateSaeJ2284_5 A string representing the bit rate FD SAE J2284-5: Nominal: 500 kBit/s | Data: 5 MBit/s.

See Also