open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
method.hpp File Reference
Include dependency graph for method.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  opcua
 
namespace  opcua::services
 

Functions

CallResponse opcua::services::call (Client &connection, const CallRequest &request) noexcept
 
template<typename CompletionToken >
auto opcua::services::callAsync (Client &connection, const CallRequest &request, CompletionToken &&token)
 
template<typename T >
CallMethodResult opcua::services::call (T &connection, const NodeId &objectId, const NodeId &methodId, Span< const Variant > inputArguments) noexcept
 
template<typename CompletionToken >
auto opcua::services::callAsync (Client &connection, const NodeId &objectId, const NodeId &methodId, Span< const Variant > inputArguments, CompletionToken &&token)