libosdp
libosdp copied to clipboard
PD: Support receiving multiple records in osdp_OUT
According to the standard (3.9) the command command structure is 4-byte element, repeated 1 or more times.
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).