|
Open Model Railroad Network (OpenMRN)
|
Shared base class for protocol implementation on a per-BLE-connection basis. More...
#include <BLEDefs.hxx>
Classes | |
| struct | Deleter |
Public Member Functions | |
| virtual void | disconnect_and_delete ()=0 |
| Notifies the protocol engine that the connection has been terminated. | |
Shared base class for protocol implementation on a per-BLE-connection basis.
Definition at line 42 of file BLEDefs.hxx.
|
pure virtual |
Notifies the protocol engine that the connection has been terminated.
The implementation must (eventually) call delete this.
Implemented in openlcb::BLEHubPort.