open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::services::detail::AsyncServiceAdapter< Response >::CallbackAndContext< Context > Struct Template Reference

#include <client_services.hpp>

Detailed Description

template<typename Response>
template<typename Context>
struct opcua::services::detail::AsyncServiceAdapter< Response >::CallbackAndContext< Context >

Definition at line 29 of file client_services.hpp.

Public Attributes

UA_ClientAsyncServiceCallback callback
 
std::unique_ptr< Context > context
 

Member Data Documentation

◆ callback

template<typename Response >
template<typename Context >
UA_ClientAsyncServiceCallback opcua::services::detail::AsyncServiceAdapter< Response >::CallbackAndContext< Context >::callback

Definition at line 30 of file client_services.hpp.

◆ context

template<typename Response >
template<typename Context >
std::unique_ptr<Context> opcua::services::detail::AsyncServiceAdapter< Response >::CallbackAndContext< Context >::context

Definition at line 31 of file client_services.hpp.