Skip to content

IsoTpTimeoutException Class

Raised when an ISO-TP timeout (N_As, N_Bs or N_Cr) expires on a still-active PDU (SRS FR-TP-010).

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

Inheritance ObjectExceptionCanKitExceptionIsoTpException → IsoTpTimeoutException

Constructors

IsoTpTimeoutException(IsoTpTimer, string) Constructor

Creates a timeout exception naming which timer expired.

public IsoTpTimeoutException(CanKit.Pro.IsoTp.IsoTpTimer timer, string message);

Parameters

timer IsoTpTimer

message String

Properties

IsoTpTimeoutException.Timer Property

Which ISO 15765-2 timer expired.

public CanKit.Pro.IsoTp.IsoTpTimer Timer { get; }

Property Value

IsoTpTimer