Expand description
DeviceManager — loads and manages multiple RFID and generic devices.
Each device is configured via a .json file in a directory.
The "reader" field determines the type.
All other fields are optional — defaults are applied automatically.
Structs§
- Device
Info - Snapshot of device state (does not hold a reference to the device).
- Device
Manager - Manages multiple devices: loads JSON configs, connects, dispatches events.