Expand description
Linux kernel ISO-TP socket backend.
On Linux this provides a minimal wrapper around CAN_ISOTP sockets and implements the
can-isotp-interface traits.
On non-Linux targets this crate provides compile-time stubs so downstream crates can build
with appropriate cfg gating.
Modules§
- flags
- Kernel ISO-TP flag constants.
Structs§
- IsoTp
Flow Control Options - Flow control options advertised by the kernel.
- IsoTp
Kernel Options - Kernel ISO-TP socket configuration.
- IsoTp
Link Layer Options - Link-layer options for kernel ISO-TP sockets.
- IsoTp
Socket Options - Socket-level ISO-TP options.
- Kernel
UdsDemux - Kernel-backed ISO-TP demux for UDS normal-fixed addressing (
0x18DA_TA_SA). - Socket
CanIso Tp - Kernel ISO-TP endpoint using a single socket.
Enums§
- Error
- ISO-TP socket error type.