open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::RequestHeader Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::RequestHeader:
[legend]

Detailed Description

Public Member Functions

 RequestHeader (NodeId authenticationToken, DateTime timestamp, uint32_t requestHandle, uint32_t returnDiagnostics, std::string_view auditEntryId, uint32_t timeoutHint, ExtensionObject additionalHeader)
 
const NodeIdgetAuthenticationToken () const noexcept
 
NodeIdgetAuthenticationToken () noexcept
 
const DateTimegetTimestamp () const noexcept
 
DateTimegetTimestamp () noexcept
 
uint32_t getRequestHandle () const noexcept
 
uint32_t getReturnDiagnostics () const noexcept
 
const StringgetAuditEntryId () const noexcept
 
StringgetAuditEntryId () noexcept
 
uint32_t getTimeoutHint () const noexcept
 
const ExtensionObjectgetAdditionalHeader () const noexcept
 
ExtensionObjectgetAdditionalHeader () noexcept
 
constexpr TypeWrapper ()=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_RequestHeader, UA_TYPES_REQUESTHEADER >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_RequestHeader &native)
 
constexpr TypeWrapper (UA_RequestHeader &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_RequestHeader &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_RequestHeader &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_RequestHeader &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_RequestHeader >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_RequestHeader &native)
 
constexpr Wrapper (UA_RequestHeader &&native) noexcept
 
constexpr operator UA_RequestHeader & () noexcept
 
constexpr operator const UA_RequestHeader & () const noexcept
 
constexpr UA_RequestHeaderoperator-> () noexcept
 
constexpr const UA_RequestHeaderoperator-> () const noexcept
 
constexpr UA_RequestHeaderhandle () noexcept
 
constexpr const UA_RequestHeaderhandle () const noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_RequestHeader >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_RequestHeader, UA_TYPES_REQUESTHEADER >
static constexpr TypeIndex getTypeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_RequestHeader, UA_TYPES_REQUESTHEADER >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_RequestHeader >
constexpr const UA_RequestHeadernative () const noexcept
 
constexpr UA_RequestHeadernative () noexcept
 

Constructor & Destructor Documentation

◆ RequestHeader()

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

Definition at line 128 of file types_composed.hpp.

Member Function Documentation

◆ getAuthenticationToken() [1/2]

const NodeId & opcua::RequestHeader::getAuthenticationToken ( ) const
inlinenoexcept

Definition at line 146 of file types_composed.hpp.

◆ getAuthenticationToken() [2/2]

NodeId & opcua::RequestHeader::getAuthenticationToken ( )
inlinenoexcept

Definition at line 146 of file types_composed.hpp.

◆ getTimestamp() [1/2]

const DateTime & opcua::RequestHeader::getTimestamp ( ) const
inlinenoexcept

Definition at line 147 of file types_composed.hpp.

◆ getTimestamp() [2/2]

DateTime & opcua::RequestHeader::getTimestamp ( )
inlinenoexcept

Definition at line 147 of file types_composed.hpp.

◆ getRequestHandle()

uint32_t opcua::RequestHeader::getRequestHandle ( ) const
inlinenoexcept

Definition at line 148 of file types_composed.hpp.

◆ getReturnDiagnostics()

uint32_t opcua::RequestHeader::getReturnDiagnostics ( ) const
inlinenoexcept

Definition at line 149 of file types_composed.hpp.

◆ getAuditEntryId() [1/2]

const String & opcua::RequestHeader::getAuditEntryId ( ) const
inlinenoexcept

Definition at line 150 of file types_composed.hpp.

◆ getAuditEntryId() [2/2]

String & opcua::RequestHeader::getAuditEntryId ( )
inlinenoexcept

Definition at line 150 of file types_composed.hpp.

◆ getTimeoutHint()

uint32_t opcua::RequestHeader::getTimeoutHint ( ) const
inlinenoexcept

Definition at line 151 of file types_composed.hpp.

◆ getAdditionalHeader() [1/2]

const ExtensionObject & opcua::RequestHeader::getAdditionalHeader ( ) const
inlinenoexcept

Definition at line 152 of file types_composed.hpp.

◆ getAdditionalHeader() [2/2]

ExtensionObject & opcua::RequestHeader::getAdditionalHeader ( )
inlinenoexcept

Definition at line 152 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, typeIndex >::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, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.