pires / obd-java-api

OBD-II Java API
Apache License 2.0
595 stars 295 forks source link

Adds method to the ObdCommand class to get the command's mode #126

Closed asasine closed 7 years ago

asasine commented 7 years ago

We are using this library in a project for university and we require accessing the command's mode to store in a database. We added it locally but found this to be a useful feature that we wish to be incorporated in the main source.

pires commented 7 years ago

Thanks.