open62541pp 0.18.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 203 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
 
const NodeIdgetAuthenticationToken () const noexcept
 
NodeIdauthenticationToken () noexcept
 
NodeIdgetAuthenticationToken () noexcept
 
const DateTimetimestamp () const noexcept
 
const DateTimegetTimestamp () const noexcept
 
DateTimetimestamp () noexcept
 
DateTimegetTimestamp () noexcept
 
IntegerId requestHandle () const noexcept
 
IntegerId getRequestHandle () const noexcept
 
uint32_t returnDiagnostics () const noexcept
 
uint32_t getReturnDiagnostics () const noexcept
 
const StringauditEntryId () const noexcept
 
const StringgetAuditEntryId () const noexcept
 
StringauditEntryId () noexcept
 
StringgetAuditEntryId () noexcept
 
uint32_t timeoutHint () const noexcept
 
uint32_t getTimeoutHint () const 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_RequestHeader, UA_TYPES_REQUESTHEADER >
constexpr TypeWrapper () noexcept=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
 
- 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_RequestHeader, UA_TYPES_REQUESTHEADER >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_RequestHeader, UA_TYPES_REQUESTHEADER >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< T >
constexpr const T & native () const noexcept
 
constexpr T & native () 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 207 of file types.hpp.

Member Function Documentation

◆ authenticationToken() [1/2]

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

Definition at line 225 of file types.hpp.

◆ getAuthenticationToken() [1/2]

const NodeId & opcua::ua::RequestHeader::getAuthenticationToken ( ) const
inlinenoexcept
Deprecated:
Use authenticationToken instead

Definition at line 225 of file types.hpp.

◆ authenticationToken() [2/2]

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

Definition at line 225 of file types.hpp.

◆ getAuthenticationToken() [2/2]

NodeId & opcua::ua::RequestHeader::getAuthenticationToken ( )
inlinenoexcept
Deprecated:
Use authenticationToken instead

Definition at line 225 of file types.hpp.

◆ timestamp() [1/2]

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

Definition at line 226 of file types.hpp.

◆ getTimestamp() [1/2]

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

Definition at line 226 of file types.hpp.

◆ timestamp() [2/2]

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

Definition at line 226 of file types.hpp.

◆ getTimestamp() [2/2]

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

Definition at line 226 of file types.hpp.

◆ requestHandle()

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

Definition at line 227 of file types.hpp.

◆ getRequestHandle()

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

Definition at line 227 of file types.hpp.

◆ returnDiagnostics()

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

Definition at line 228 of file types.hpp.

◆ getReturnDiagnostics()

uint32_t opcua::ua::RequestHeader::getReturnDiagnostics ( ) const
inlinenoexcept
Deprecated:
Use returnDiagnostics instead

Definition at line 228 of file types.hpp.

◆ auditEntryId() [1/2]

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

Definition at line 229 of file types.hpp.

◆ getAuditEntryId() [1/2]

const String & opcua::ua::RequestHeader::getAuditEntryId ( ) const
inlinenoexcept
Deprecated:
Use auditEntryId instead

Definition at line 229 of file types.hpp.

◆ auditEntryId() [2/2]

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

Definition at line 229 of file types.hpp.

◆ getAuditEntryId() [2/2]

String & opcua::ua::RequestHeader::getAuditEntryId ( )
inlinenoexcept
Deprecated:
Use auditEntryId instead

Definition at line 229 of file types.hpp.

◆ timeoutHint()

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

Definition at line 230 of file types.hpp.

◆ getTimeoutHint()

uint32_t opcua::ua::RequestHeader::getTimeoutHint ( ) const
inlinenoexcept
Deprecated:
Use timeoutHint instead

Definition at line 230 of file types.hpp.

◆ additionalHeader() [1/2]

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

Definition at line 231 of file types.hpp.

◆ getAdditionalHeader() [1/2]

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

Definition at line 231 of file types.hpp.

◆ additionalHeader() [2/2]

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

Definition at line 231 of file types.hpp.

◆ getAdditionalHeader() [2/2]

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

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