open62541pp 0.18.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::CallMethodResult Class Reference

#include <types.hpp>

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

Detailed Description

UA_CallMethodResult wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/5.11.2

Definition at line 1635 of file types.hpp.

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< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) noexcept
 
constexpr Wrapperoperator= (T &&native) noexcept
 
constexpr operator T& () noexcept
 
constexpr operator const T & () const noexcept
 
constexpr T * operator-> () noexcept
 
constexpr const T * operator-> () const noexcept
 
constexpr T * handle () noexcept
 
constexpr const T * handle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (T &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T >
using NativeType = T
 
- 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< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Member Function Documentation

◆ statusCode() [1/2]

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

Definition at line 1639 of file types.hpp.

◆ getStatusCode() [1/2]

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

Definition at line 1639 of file types.hpp.

◆ statusCode() [2/2]

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

Definition at line 1639 of file types.hpp.

◆ getStatusCode() [2/2]

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

Definition at line 1639 of file types.hpp.

◆ inputArgumentResults() [1/2]

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

Definition at line 1642 of file types.hpp.

◆ inputArgumentResults() [2/2]

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

Definition at line 1642 of file types.hpp.

◆ getInputArgumentResults() [1/2]

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

Definition at line 1642 of file types.hpp.

◆ getInputArgumentResults() [2/2]

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

Definition at line 1642 of file types.hpp.

◆ inputArgumentDiagnosticInfos() [1/2]

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

Definition at line 1648 of file types.hpp.

◆ inputArgumentDiagnosticInfos() [2/2]

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

Definition at line 1648 of file types.hpp.

◆ getInputArgumentDiagnosticInfos() [1/2]

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

Definition at line 1648 of file types.hpp.

◆ getInputArgumentDiagnosticInfos() [2/2]

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

Definition at line 1648 of file types.hpp.

◆ outputArguments() [1/2]

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

Definition at line 1649 of file types.hpp.

◆ outputArguments() [2/2]

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

Definition at line 1649 of file types.hpp.

◆ getOutputArguments() [1/2]

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

Definition at line 1649 of file types.hpp.

◆ getOutputArguments() [2/2]

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

Definition at line 1649 of file types.hpp.

◆ TypeWrapper() [1/5]

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

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.