Skip to content

IsoTpWaitFrameLimitExceededException Class

Raised when the sender receives more than WftMax consecutive Wait Flow-Control frames (SRS FR-TP-011).

public sealed class IsoTpWaitFrameLimitExceededException : CanKit.Pro.IsoTp.IsoTpException

Inheritance ObjectExceptionCanKitExceptionIsoTpException → IsoTpWaitFrameLimitExceededException

Constructors

IsoTpWaitFrameLimitExceededException(int, int) Constructor

Creates a WFTmax exception.

public IsoTpWaitFrameLimitExceededException(int received, int limit);

Parameters

received Int32

limit Int32

Properties

IsoTpWaitFrameLimitExceededException.Limit Property

Configured WFTmax.

public int Limit { get; }

Property Value

Int32

IsoTpWaitFrameLimitExceededException.WaitFramesReceived Property

Number of Wait frames received before the limit was hit.

public int WaitFramesReceived { get; }

Property Value

Int32