Expand description
Automatic reconnection handling for Aranet devices.
This module provides a wrapper around Device that automatically handles reconnection when the connection is lost.
ReconnectingDevice implements the AranetDevice trait,
allowing it to be used interchangeably with regular devices in generic code.
Structs§
- Reconnect
Options - Options for automatic reconnection.
- Reconnecting
Device - A device wrapper that automatically handles reconnection.
Enums§
- Connection
State - State of the reconnecting device.