SocketCANSharp icon indicating copy to clipboard operation
SocketCANSharp copied to clipboard

CanFrameFast: a wrapper around a Span<byte> to enable reads and writes without heap allocations

Open garethpotter opened this issue 2 months ago • 0 comments

  • add overloads to RawCanSocket
  • add relevant overloads to LibcNativeMethods (but make internal as the signature is very open)
  • port a few CanFrame and CanFdFrame tests
  • .NET 8 or later only

garethpotter avatar Nov 14 '25 18:11 garethpotter