|
RADLib
RADical C++ application framework
|
Shared connection state used by Event and Connection. More...
#include <RADCore.h>
Public Attributes | |
| std::atomic_bool | connected {false} |
| True while connected. More... | |
| std::function< void()> | disconnectCallback |
| Disconnect callback owned by the connection. More... | |
Shared connection state used by Event and Connection.
| std::atomic_bool RADCore::Connection::State::connected {false} |
True while connected.
| std::function<void()> RADCore::Connection::State::disconnectCallback |
Disconnect callback owned by the connection.