The kvmlib is used to interact with Kvaser Memorator devices that can record CAN messages (E.g. Kvaser Memorator Professional 5xHS). You can download configuration data (e.g. triggers, filters, scripts) allowing you to disconnect the device from your computer, connect the device to a CAN bus and let it record the traffic autonomously. When done, you can reconnect the device with your computer and use kvmlib to get the recorded data.
The function calls in the Kvaser Memorator API all have names starting with kvm, e.g kvmDeviceOpen().
You will need to
in your programs and link with kvmlib.dll on Windows and with libkvmlib.so on Linux.
For more details, see the module kvmlib.