ela-compil / BACnet

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

Bugfix for read by time #72

Closed Patrick-3000 closed 3 years ago

Patrick-3000 commented 3 years ago

Fixed read range by time: Starting index has to be 1 instead of 0, otherwise bacnet client returns no data.

gralin commented 3 years ago

True, index 0 is reserved for the length of the array