goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
128 stars 69 forks source link

Addition of missing exported function prototype to osdp header files. #151

Closed dmercer-google closed 6 months ago

dmercer-google commented 7 months ago

This adds osdp_set_command_complete_callback to osdp.h and set_command_complete_callback to class Common in osdp.hpp.

sidcha commented 6 months ago

The doc issue is hopefully addressed in f21c7d4. The use of command_complete_callback API described here is not good enough to resuscitate it.

Closing this PR.