/// Encode/decode functions for BACnet primitive and application data types.
pubmodprimitives;/// Zero-copy byte reader for decoding BACnet frames.
pubmodreader;/// BACnet tag system (application, context, opening/closing).
pubmodtag;/// Byte writer for encoding BACnet frames into a caller-owned buffer.
pubmodwriter;