BitrateFDBitrateSegment Structure

Represents single bit rate parameters.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public struct BitrateSegment
Inheritance
Object    ValueType    BitrateFDBitrateSegment

Properties

Brp The bit rate prescaler.
Mode The bit rate type.
Sjw The resynchronization jump width.
Tseg1 The time segment 1.
Tseg2 The time segment 2.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns the parameterized bit rate string section for this instance.
(Overrides ValueTypeToString)

See Also