Add initialization and unpacking functions for BACnet Character String buffer decoder. (#1242)

This commit is contained in:
Steve Karg
2026-02-24 21:15:29 -06:00
committed by GitHub
parent 578f507125
commit e11cd319da
5 changed files with 103 additions and 12 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-19
## [Unreleased] - 2026-02-23
### Security
@@ -41,6 +41,8 @@ The git repositories are hosted at the following sites:
### Added
* Add initialization and unpacking functions for BACnet Character
String buffer structure. (#1242)
* Add Host-N-Port minimal encode and decode which utilizes the octet
string and character string buffer encode and decode. (#1239)
* Added API for extending the basic Device object and children with