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
134 stars 71 forks source link

PD: Support receiving multiple records in osdp_OUT #33

Closed z8a closed 1 year ago

z8a commented 3 years ago

According to the standard (3.9) the command command structure is 4-byte element, repeated 1 or more times.

sidcha commented 3 years ago

The PD right now does not support this feature because the CP implementation does not support this. I will add support for this feature on PD side only (adding this to CP will make the API complex).