nativeLib top-level property

CanBindings nativeLib
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"));