Per-Client state. More...
Public Attributes | |
| bool | configured {false} |
| fnd::ConnectionOptions | options |
| std::shared_ptr< OpcuaConnection > | conn |
| StateObserver | observer |
Per-Client state.
Thin: holds the user-configured options, a shared_ptr to the underlying OpcuaConnection (null while disconnected), and this Client's own state observer registration.
| bool eso::uatools::Client::Impl::configured {false} |
| std::shared_ptr<OpcuaConnection> eso::uatools::Client::Impl::conn |
| StateObserver eso::uatools::Client::Impl::observer |
| fnd::ConnectionOptions eso::uatools::Client::Impl::options |