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

#include <types.hpp>

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

Detailed Description

UA_EndpointDescription wrapper class.

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

Definition at line 270 of file types.hpp.

Public Member Functions

const StringendpointUrl () const noexcept
 
StringendpointUrl () noexcept
 
const ApplicationDescriptionserver () const noexcept
 
ApplicationDescriptionserver () noexcept
 
const ByteStringserverCertificate () const noexcept
 
ByteStringserverCertificate () noexcept
 
MessageSecurityMode securityMode () const noexcept
 
const StringsecurityPolicyUri () const noexcept
 
StringsecurityPolicyUri () noexcept
 
Span< const UserTokenPolicyuserIdentityTokens () const noexcept
 
Span< UserTokenPolicyuserIdentityTokens () noexcept
 
const StringtransportProfileUri () const noexcept
 
StringtransportProfileUri () noexcept
 
UA_Byte securityLevel () const 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
 

Member Function Documentation

◆ endpointUrl() [1/2]

const String & opcua::ua::EndpointDescription::endpointUrl ( ) const
inlinenoexcept

Definition at line 275 of file types.hpp.

◆ endpointUrl() [2/2]

String & opcua::ua::EndpointDescription::endpointUrl ( )
inlinenoexcept

Definition at line 275 of file types.hpp.

◆ securityLevel()

UA_Byte opcua::ua::EndpointDescription::securityLevel ( ) const
inlinenoexcept

Definition at line 282 of file types.hpp.

◆ securityMode()

MessageSecurityMode opcua::ua::EndpointDescription::securityMode ( ) const
inlinenoexcept

Definition at line 278 of file types.hpp.

◆ securityPolicyUri() [1/2]

const String & opcua::ua::EndpointDescription::securityPolicyUri ( ) const
inlinenoexcept

Definition at line 279 of file types.hpp.

◆ securityPolicyUri() [2/2]

String & opcua::ua::EndpointDescription::securityPolicyUri ( )
inlinenoexcept

Definition at line 279 of file types.hpp.

◆ server() [1/2]

const ApplicationDescription & opcua::ua::EndpointDescription::server ( ) const
inlinenoexcept

Definition at line 276 of file types.hpp.

◆ server() [2/2]

ApplicationDescription & opcua::ua::EndpointDescription::server ( )
inlinenoexcept

Definition at line 276 of file types.hpp.

◆ serverCertificate() [1/2]

const ByteString & opcua::ua::EndpointDescription::serverCertificate ( ) const
inlinenoexcept

Definition at line 277 of file types.hpp.

◆ serverCertificate() [2/2]

ByteString & opcua::ua::EndpointDescription::serverCertificate ( )
inlinenoexcept

Definition at line 277 of file types.hpp.

◆ transportProfileUri() [1/2]

const String & opcua::ua::EndpointDescription::transportProfileUri ( ) const
inlinenoexcept

Definition at line 281 of file types.hpp.

◆ transportProfileUri() [2/2]

String & opcua::ua::EndpointDescription::transportProfileUri ( )
inlinenoexcept

Definition at line 281 of file types.hpp.

◆ userIdentityTokens() [1/2]

Span< const UserTokenPolicy > opcua::ua::EndpointDescription::userIdentityTokens ( ) const
inlinenoexcept

Definition at line 280 of file types.hpp.

◆ userIdentityTokens() [2/2]

Span< UserTokenPolicy > opcua::ua::EndpointDescription::userIdentityTokens ( )
inlinenoexcept

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