embedded-bacnet icon indicating copy to clipboard operation
embedded-bacnet copied to clipboard

Fix decoding ReadPropertyMultipleAck + add more ReadRangeValueTypes

Open mnbbrown opened this issue 1 year ago • 3 comments

~ReadPropertyMultipleAck::new_from_buf doesn't take a reader, so it will attempt to decode from the beginning of the slice. This fixes it to only pass the remaining buf.~ (you beat me too it)

Add more support for decoding ReadRangeValueType (bool, unsigned, signed and NULL).

mnbbrown avatar Jul 05 '24 13:07 mnbbrown