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

#include <types.hpp>

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

Detailed Description

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< UA_ResponseHeader >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_ResponseHeader &native) noexcept
 
constexpr Wrapper (UA_ResponseHeader &&native) noexcept
 
constexpr Wrapperoperator= (const UA_ResponseHeader &native) noexcept
 
constexpr Wrapperoperator= (UA_ResponseHeader &&native) noexcept
 
constexpr operator UA_ResponseHeader & () noexcept
 
constexpr operator const UA_ResponseHeader & () const noexcept
 
constexpr UA_ResponseHeaderoperator-> () noexcept
 
constexpr const UA_ResponseHeaderoperator-> () const noexcept
 
constexpr UA_ResponseHeaderhandle () noexcept
 
constexpr const UA_ResponseHeaderhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_ResponseHeader &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_ResponseHeader >
using NativeType
 
- 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< UA_ResponseHeader >
constexpr const UA_ResponseHeadernative () const noexcept
 
constexpr UA_ResponseHeadernative () noexcept
 

Member Function Documentation

◆ timestamp() [1/2]

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

Definition at line 210 of file types.hpp.

◆ getTimestamp() [1/2]

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

Definition at line 210 of file types.hpp.

◆ timestamp() [2/2]

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

Definition at line 210 of file types.hpp.

◆ getTimestamp() [2/2]

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

Definition at line 210 of file types.hpp.

◆ requestHandle()

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

Definition at line 211 of file types.hpp.

◆ getRequestHandle()

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

Definition at line 211 of file types.hpp.

◆ serviceResult()

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

Definition at line 212 of file types.hpp.

◆ getServiceResult()

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

Definition at line 212 of file types.hpp.

◆ serviceDiagnostics() [1/2]

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

Definition at line 213 of file types.hpp.

◆ getServiceDiagnostics() [1/2]

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

Definition at line 213 of file types.hpp.

◆ serviceDiagnostics() [2/2]

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

Definition at line 213 of file types.hpp.

◆ getServiceDiagnostics() [2/2]

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

Definition at line 213 of file types.hpp.

◆ stringTable() [1/2]

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

Definition at line 214 of file types.hpp.

◆ stringTable() [2/2]

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

Definition at line 214 of file types.hpp.

◆ getStringTable() [1/2]

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

Definition at line 214 of file types.hpp.

◆ getStringTable() [2/2]

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

Definition at line 214 of file types.hpp.

◆ additionalHeader() [1/2]

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

Definition at line 215 of file types.hpp.

◆ getAdditionalHeader() [1/2]

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

Definition at line 215 of file types.hpp.

◆ additionalHeader() [2/2]

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

Definition at line 215 of file types.hpp.

◆ getAdditionalHeader() [2/2]

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

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