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

#include <types.hpp>

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

Detailed Description

UA_ResponseHeader wrapper class.

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

Definition at line 238 of file types.hpp.

Public Member Functions

const DateTimetimestamp () const noexcept
 
const DateTimegetTimestamp () const noexcept
 
DateTimetimestamp () noexcept
 
DateTimegetTimestamp () noexcept
 
IntegerId requestHandle () const noexcept
 
IntegerId getRequestHandle () const noexcept
 
StatusCode serviceResult () const noexcept
 
StatusCode getServiceResult () const noexcept
 
const DiagnosticInfoserviceDiagnostics () const noexcept
 
const DiagnosticInfogetServiceDiagnostics () const noexcept
 
DiagnosticInfoserviceDiagnostics () noexcept
 
DiagnosticInfogetServiceDiagnostics () noexcept
 
Span< const StringstringTable () const noexcept
 
Span< StringstringTable () noexcept
 
Span< const StringgetStringTable () const noexcept
 
Span< StringgetStringTable () noexcept
 
const ExtensionObjectadditionalHeader () const noexcept
 
const ExtensionObjectgetAdditionalHeader () const noexcept
 
ExtensionObjectadditionalHeader () noexcept
 
ExtensionObjectgetAdditionalHeader () 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_ResponseHeader, UA_TYPES_RESPONSEHEADER >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_ResponseHeader &native)
 
constexpr TypeWrapper (UA_ResponseHeader &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ResponseHeader &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ResponseHeader &&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_ResponseHeader, UA_TYPES_RESPONSEHEADER >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ResponseHeader, UA_TYPES_RESPONSEHEADER >
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

◆ timestamp() [1/2]

const DateTime & opcua::ua::ResponseHeader::timestamp ( ) const
inlinenoexcept

Definition at line 242 of file types.hpp.

◆ getTimestamp() [1/2]

const DateTime & opcua::ua::ResponseHeader::getTimestamp ( ) const
inlinenoexcept
Deprecated:
Use timestamp instead

Definition at line 242 of file types.hpp.

◆ timestamp() [2/2]

DateTime & opcua::ua::ResponseHeader::timestamp ( )
inlinenoexcept

Definition at line 242 of file types.hpp.

◆ getTimestamp() [2/2]

DateTime & opcua::ua::ResponseHeader::getTimestamp ( )
inlinenoexcept
Deprecated:
Use timestamp instead

Definition at line 242 of file types.hpp.

◆ requestHandle()

IntegerId opcua::ua::ResponseHeader::requestHandle ( ) const
inlinenoexcept

Definition at line 243 of file types.hpp.

◆ getRequestHandle()

IntegerId opcua::ua::ResponseHeader::getRequestHandle ( ) const
inlinenoexcept
Deprecated:
Use requestHandle instead

Definition at line 243 of file types.hpp.

◆ serviceResult()

StatusCode opcua::ua::ResponseHeader::serviceResult ( ) const
inlinenoexcept

Definition at line 244 of file types.hpp.

◆ getServiceResult()

StatusCode opcua::ua::ResponseHeader::getServiceResult ( ) const
inlinenoexcept
Deprecated:
Use serviceResult instead

Definition at line 244 of file types.hpp.

◆ serviceDiagnostics() [1/2]

const DiagnosticInfo & opcua::ua::ResponseHeader::serviceDiagnostics ( ) const
inlinenoexcept

Definition at line 245 of file types.hpp.

◆ getServiceDiagnostics() [1/2]

const DiagnosticInfo & opcua::ua::ResponseHeader::getServiceDiagnostics ( ) const
inlinenoexcept
Deprecated:
Use serviceDiagnostics instead

Definition at line 245 of file types.hpp.

◆ serviceDiagnostics() [2/2]

DiagnosticInfo & opcua::ua::ResponseHeader::serviceDiagnostics ( )
inlinenoexcept

Definition at line 245 of file types.hpp.

◆ getServiceDiagnostics() [2/2]

DiagnosticInfo & opcua::ua::ResponseHeader::getServiceDiagnostics ( )
inlinenoexcept
Deprecated:
Use serviceDiagnostics instead

Definition at line 245 of file types.hpp.

◆ stringTable() [1/2]

Span< const String > opcua::ua::ResponseHeader::stringTable ( ) const
inlinenoexcept

Definition at line 246 of file types.hpp.

◆ stringTable() [2/2]

Span< String > opcua::ua::ResponseHeader::stringTable ( )
inlinenoexcept

Definition at line 246 of file types.hpp.

◆ getStringTable() [1/2]

Span< const String > opcua::ua::ResponseHeader::getStringTable ( ) const
inlinenoexcept
Deprecated:
Use stringTable instead

Definition at line 246 of file types.hpp.

◆ getStringTable() [2/2]

Span< String > opcua::ua::ResponseHeader::getStringTable ( )
inlinenoexcept
Deprecated:
Use stringTable instead

Definition at line 246 of file types.hpp.

◆ additionalHeader() [1/2]

const ExtensionObject & opcua::ua::ResponseHeader::additionalHeader ( ) const
inlinenoexcept

Definition at line 247 of file types.hpp.

◆ getAdditionalHeader() [1/2]

const ExtensionObject & opcua::ua::ResponseHeader::getAdditionalHeader ( ) const
inlinenoexcept
Deprecated:
Use additionalHeader instead

Definition at line 247 of file types.hpp.

◆ additionalHeader() [2/2]

ExtensionObject & opcua::ua::ResponseHeader::additionalHeader ( )
inlinenoexcept

Definition at line 247 of file types.hpp.

◆ getAdditionalHeader() [2/2]

ExtensionObject & opcua::ua::ResponseHeader::getAdditionalHeader ( )
inlinenoexcept
Deprecated:
Use additionalHeader instead

Definition at line 247 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.