ela-compil / BACnet

BACnet protocol library for .NET :satellite:
https://www.nuget.org/packages/bacnet/
MIT License
217 stars 96 forks source link

Error on notification class reception #139

Closed guiguez38 closed 4 months ago

guiguez38 commented 4 months ago

Hello, I found an issue when an event change of state is received with a Boolean Value inside : image

To fix it, you just need to update method "decode_property_state" in ASN1.cs by adding "sectionLength++;" in case of "BOOLEAN_VALUE" like that : image

Regards,