Expand description
BACnetServer: builder, APDU dispatch, and lifecycle management.
The server wraps a NetworkLayer behind Arc (shared with the dispatch task),
owns an ObjectDatabase via Arc
Structs§
- BACnet
Server - BACnet server with APDU dispatch and service handling.
- BipServer
Builder - BIP-specific builder that constructs
BipTransportfrom interface/port/broadcast fields. - Server
Builder - Generic builder for BACnetServer with a pre-built transport.
- Server
Config - Server configuration.
- Server
Tsm - Lightweight TSM for tracking outgoing confirmed COV notifications.
- Time
Sync Data - Data from a TimeSynchronization request.
Enums§
- CovAck
Result - Result of a confirmed COV notification from the subscriber’s perspective.