ParameterValueMaxBufferedMessages Field

Represents the maximum amount of CAN messages that the receive queue of a Channel can hold.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public const int MaxBufferedMessages = 32768

Field Value

Int32

Remarks

When the receive queue is not read on time and more messages are received than the maximum supported, a queue overrun occurs. This means, the newest message will be included into the queue while the oldest one is discarded.

See Also