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

#include <types.hpp>

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

Detailed Description

UA_RequestHeader wrapper class.

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

Definition at line 163 of file types.hpp.

Public Member Functions

 RequestHeader (NodeId authenticationToken, DateTime timestamp, IntegerId requestHandle, uint32_t returnDiagnostics, std::string_view auditEntryId, uint32_t timeoutHint, ExtensionObject additionalHeader)
 
const NodeIdauthenticationToken () const noexcept
 
NodeIdauthenticationToken () noexcept
 
const DateTimetimestamp () const noexcept
 
DateTimetimestamp () noexcept
 
IntegerId requestHandle () const noexcept
 
uint32_t returnDiagnostics () const noexcept
 
const StringauditEntryId () const noexcept
 
StringauditEntryId () noexcept
 
uint32_t timeoutHint () const noexcept
 
const ExtensionObjectadditionalHeader () const noexcept
 
ExtensionObjectadditionalHeader () noexcept
 
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
 ~Wrapper () noexcept=default
 
constexpr Wrapperoperator= (const Wrapper &other)
 
constexpr Wrapperoperator= (const T &native)
 
constexpr Wrapperoperator= (Wrapper &&other) 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, Handler >
using NativeType = T
 
using HandlerType = Handler
 
- Protected Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 
constexpr void clear () noexcept
 

Constructor & Destructor Documentation

◆ RequestHeader()

opcua::ua::RequestHeader::RequestHeader ( NodeId  authenticationToken,
DateTime  timestamp,
IntegerId  requestHandle,
uint32_t  returnDiagnostics,
std::string_view  auditEntryId,
uint32_t  timeoutHint,
ExtensionObject  additionalHeader 
)
inline

Definition at line 167 of file types.hpp.

Member Function Documentation

◆ additionalHeader() [1/2]

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

Definition at line 191 of file types.hpp.

◆ additionalHeader() [2/2]

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

Definition at line 191 of file types.hpp.

◆ auditEntryId() [1/2]

const String & opcua::ua::RequestHeader::auditEntryId ( ) const
inlinenoexcept

Definition at line 189 of file types.hpp.

◆ auditEntryId() [2/2]

String & opcua::ua::RequestHeader::auditEntryId ( )
inlinenoexcept

Definition at line 189 of file types.hpp.

◆ authenticationToken() [1/2]

const NodeId & opcua::ua::RequestHeader::authenticationToken ( ) const
inlinenoexcept

Definition at line 185 of file types.hpp.

◆ authenticationToken() [2/2]

NodeId & opcua::ua::RequestHeader::authenticationToken ( )
inlinenoexcept

Definition at line 185 of file types.hpp.

◆ requestHandle()

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

Definition at line 187 of file types.hpp.

◆ returnDiagnostics()

uint32_t opcua::ua::RequestHeader::returnDiagnostics ( ) const
inlinenoexcept

Definition at line 188 of file types.hpp.

◆ timeoutHint()

uint32_t opcua::ua::RequestHeader::timeoutHint ( ) const
inlinenoexcept

Definition at line 190 of file types.hpp.

◆ timestamp() [1/2]

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

Definition at line 186 of file types.hpp.

◆ timestamp() [2/2]

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

Definition at line 186 of file types.hpp.

◆ Wrapper() [1/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( )
constexprdefaultnoexcept

◆ Wrapper() [2/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const T &  native)
inlineexplicitconstexpr

Copy constructor with native object.

Definition at line 151 of file wrapper.hpp.

◆ Wrapper() [3/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const Wrapper other)
inlineconstexpr

Copy constructor.

Definition at line 147 of file wrapper.hpp.

◆ Wrapper() [4/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( T &&  native)
inlineconstexprnoexcept

Move constructor with native object.

Definition at line 159 of file wrapper.hpp.

◆ Wrapper() [5/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( Wrapper &&  other)
inlineconstexprnoexcept

Move constructor.

Definition at line 155 of file wrapper.hpp.