UdsProtocolException Class¶
Raised when the ECU response is malformed or does not correlate with the outgoing request (wrong SID echo, positive-response length shorter than the sub-function/DID that was asked for, etc). Distinct from a proper NRC — this class flags protocol violations, not business-layer rejections.
Inheritance Object → Exception → CanKitException → UdsException → UdsProtocolException
Constructors¶
UdsProtocolException(string) Constructor¶
Creates a protocol-violation exception.
Parameters¶
message String