IsoTpWaitFrameLimitExceededException Class¶
Raised when the sender receives more than WftMax consecutive Wait Flow-Control frames (SRS FR-TP-011).
Inheritance Object → Exception → CanKitException → IsoTpException → IsoTpWaitFrameLimitExceededException
Constructors¶
IsoTpWaitFrameLimitExceededException(int, int) Constructor¶
Creates a WFTmax exception.
Parameters¶
received Int32
limit Int32
Properties¶
IsoTpWaitFrameLimitExceededException.Limit Property¶
Configured WFTmax.
Property Value¶
IsoTpWaitFrameLimitExceededException.WaitFramesReceived Property¶
Number of Wait frames received before the limit was hit.