Add octet and character string buffer codecs to used with fixed size buffers that are not declared as BACNET_OCTET_STRING or BACNET_CHARACTER_STRING. (#1237)

This commit is contained in:
Steve Karg
2026-02-19 13:52:23 -06:00
committed by GitHub
parent 44b230a068
commit 2874dcea5e
4 changed files with 1261 additions and 58 deletions
+3 -1
View File
@@ -12,7 +12,7 @@ The git repositories are hosted at the following sites:
* https://bacnet.sourceforge.net/
* https://github.com/bacnet-stack/bacnet-stack/
## [Unreleased] - 2026-02-13
## [Unreleased] - 2026-02-19
### Security
@@ -40,6 +40,8 @@ The git repositories are hosted at the following sites:
### Added
* Added octet and character string buffer codecs to used with fixed
size buffers that are not declared as BACNET_OCTET_STRING or BACNET_CHARACTER_STRING. (#1237)
* Added CreateObject and DeleteObject for basic Accumulator objects and
WriteProperty handling for object-name, scale, out-of-service, units,
and max-pres-value. (#1234)