nativeLib top-level property
final
The native SocketCAN-based library.
See src/can.h
in this repository. Only supported on Linux.
Implementation
final nativeLib = CanBindings(DynamicLibrary.open("burt_can.so"));
The native SocketCAN-based library.
See src/can.h
in this repository. Only supported on Linux.
final nativeLib = CanBindings(DynamicLibrary.open("burt_can.so"));