open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ua::CallMethodResult Class Reference

#include <types.hpp>

Inheritance diagram for opcua::ua::CallMethodResult:
[legend]

Detailed Description

Public Member Functions

const StatusCodestatusCode () const noexcept
 
const StatusCodegetStatusCode () const noexcept
 
StatusCodestatusCode () noexcept
 
StatusCodegetStatusCode () noexcept
 
Span< const StatusCodeinputArgumentResults () const noexcept
 
Span< StatusCodeinputArgumentResults () noexcept
 
Span< const StatusCodegetInputArgumentResults () const noexcept
 
Span< StatusCodegetInputArgumentResults () noexcept
 
Span< const DiagnosticInfoinputArgumentDiagnosticInfos () const noexcept
 
Span< DiagnosticInfoinputArgumentDiagnosticInfos () noexcept
 
Span< const DiagnosticInfogetInputArgumentDiagnosticInfos () const noexcept
 
Span< DiagnosticInfogetInputArgumentDiagnosticInfos () noexcept
 
Span< const VariantoutputArguments () const noexcept
 
Span< VariantoutputArguments () noexcept
 
Span< const VariantgetOutputArguments () const noexcept
 
Span< VariantgetOutputArguments () noexcept
 
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const T &native)
 
constexpr TypeWrapper (T &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_CallMethodResult, UA_TYPES_CALLMETHODRESULT >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_CallMethodResult &native)
 
constexpr TypeWrapper (UA_CallMethodResult &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_CallMethodResult &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_CallMethodResult &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_CallMethodResult >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_CallMethodResult &native) noexcept
 
constexpr Wrapper (UA_CallMethodResult &&native) noexcept
 
constexpr Wrapperoperator= (const UA_CallMethodResult &native) noexcept
 
constexpr Wrapperoperator= (UA_CallMethodResult &&native) noexcept
 
constexpr operator UA_CallMethodResult & () noexcept
 
constexpr operator const UA_CallMethodResult & () const noexcept
 
constexpr UA_CallMethodResultoperator-> () noexcept
 
constexpr const UA_CallMethodResultoperator-> () const noexcept
 
constexpr UA_CallMethodResulthandle () noexcept
 
constexpr const UA_CallMethodResulthandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_CallMethodResult &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_CallMethodResult >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_CallMethodResult, UA_TYPES_CALLMETHODRESULT >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_CallMethodResult, UA_TYPES_CALLMETHODRESULT >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_CallMethodResult >
constexpr const UA_CallMethodResultnative () const noexcept
 
constexpr UA_CallMethodResultnative () noexcept
 

Member Function Documentation

◆ statusCode() [1/2]

const StatusCode & opcua::ua::CallMethodResult::statusCode ( ) const
inlinenoexcept

Definition at line 1607 of file types.hpp.

◆ getStatusCode() [1/2]

const StatusCode & opcua::ua::CallMethodResult::getStatusCode ( ) const
inlinenoexcept
Deprecated
Use statusCode instead

Definition at line 1607 of file types.hpp.

◆ statusCode() [2/2]

StatusCode & opcua::ua::CallMethodResult::statusCode ( )
inlinenoexcept

Definition at line 1607 of file types.hpp.

◆ getStatusCode() [2/2]

StatusCode & opcua::ua::CallMethodResult::getStatusCode ( )
inlinenoexcept
Deprecated
Use statusCode instead

Definition at line 1607 of file types.hpp.

◆ inputArgumentResults() [1/2]

Span< const StatusCode > opcua::ua::CallMethodResult::inputArgumentResults ( ) const
inlinenoexcept

Definition at line 1610 of file types.hpp.

◆ inputArgumentResults() [2/2]

Span< StatusCode > opcua::ua::CallMethodResult::inputArgumentResults ( )
inlinenoexcept

Definition at line 1610 of file types.hpp.

◆ getInputArgumentResults() [1/2]

Span< const StatusCode > opcua::ua::CallMethodResult::getInputArgumentResults ( ) const
inlinenoexcept
Deprecated
Use inputArgumentResults instead

Definition at line 1610 of file types.hpp.

◆ getInputArgumentResults() [2/2]

Span< StatusCode > opcua::ua::CallMethodResult::getInputArgumentResults ( )
inlinenoexcept
Deprecated
Use inputArgumentResults instead

Definition at line 1610 of file types.hpp.

◆ inputArgumentDiagnosticInfos() [1/2]

Span< const DiagnosticInfo > opcua::ua::CallMethodResult::inputArgumentDiagnosticInfos ( ) const
inlinenoexcept

Definition at line 1616 of file types.hpp.

◆ inputArgumentDiagnosticInfos() [2/2]

Span< DiagnosticInfo > opcua::ua::CallMethodResult::inputArgumentDiagnosticInfos ( )
inlinenoexcept

Definition at line 1616 of file types.hpp.

◆ getInputArgumentDiagnosticInfos() [1/2]

Span< const DiagnosticInfo > opcua::ua::CallMethodResult::getInputArgumentDiagnosticInfos ( ) const
inlinenoexcept
Deprecated
Use inputArgumentDiagnosticInfos instead

Definition at line 1616 of file types.hpp.

◆ getInputArgumentDiagnosticInfos() [2/2]

Span< DiagnosticInfo > opcua::ua::CallMethodResult::getInputArgumentDiagnosticInfos ( )
inlinenoexcept
Deprecated
Use inputArgumentDiagnosticInfos instead

Definition at line 1616 of file types.hpp.

◆ outputArguments() [1/2]

Span< const Variant > opcua::ua::CallMethodResult::outputArguments ( ) const
inlinenoexcept
Examples
method/client_method.cpp.

Definition at line 1617 of file types.hpp.

◆ outputArguments() [2/2]

Span< Variant > opcua::ua::CallMethodResult::outputArguments ( )
inlinenoexcept

Definition at line 1617 of file types.hpp.

◆ getOutputArguments() [1/2]

Span< const Variant > opcua::ua::CallMethodResult::getOutputArguments ( ) const
inlinenoexcept
Deprecated
Use outputArguments instead

Definition at line 1617 of file types.hpp.

◆ getOutputArguments() [2/2]

Span< Variant > opcua::ua::CallMethodResult::getOutputArguments ( )
inlinenoexcept
Deprecated
Use outputArguments instead

Definition at line 1617 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.