open62541pp 0.18.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 310 of file types.hpp.

Public Member Functions

const StringendpointUrl () const noexcept
 
const StringgetEndpointUrl () const noexcept
 
StringendpointUrl () noexcept
 
StringgetEndpointUrl () noexcept
 
const ApplicationDescriptionserver () const noexcept
 
const ApplicationDescriptiongetServer () const noexcept
 
ApplicationDescriptionserver () noexcept
 
ApplicationDescriptiongetServer () noexcept
 
const ByteStringserverCertificate () const noexcept
 
const ByteStringgetServerCertificate () const noexcept
 
ByteStringserverCertificate () noexcept
 
ByteStringgetServerCertificate () noexcept
 
MessageSecurityMode securityMode () const noexcept
 
MessageSecurityMode getSecurityMode () const noexcept
 
const StringsecurityPolicyUri () const noexcept
 
const StringgetSecurityPolicyUri () const noexcept
 
StringsecurityPolicyUri () noexcept
 
StringgetSecurityPolicyUri () noexcept
 
Span< const UserTokenPolicyuserIdentityTokens () const noexcept
 
Span< UserTokenPolicyuserIdentityTokens () noexcept
 
Span< const UserTokenPolicygetUserIdentityTokens () const noexcept
 
Span< UserTokenPolicygetUserIdentityTokens () noexcept
 
const StringtransportProfileUri () const noexcept
 
const StringgetTransportProfileUri () const noexcept
 
StringtransportProfileUri () noexcept
 
StringgetTransportProfileUri () noexcept
 
UA_Byte securityLevel () const noexcept
 
UA_Byte getSecurityLevel () const 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_EndpointDescription, UA_TYPES_ENDPOINTDESCRIPTION >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_EndpointDescription &native)
 
constexpr TypeWrapper (UA_EndpointDescription &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_EndpointDescription &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_EndpointDescription &&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_EndpointDescription, UA_TYPES_ENDPOINTDESCRIPTION >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_EndpointDescription, UA_TYPES_ENDPOINTDESCRIPTION >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Member Function Documentation

◆ endpointUrl() [1/2]

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

Definition at line 315 of file types.hpp.

◆ getEndpointUrl() [1/2]

const String & opcua::ua::EndpointDescription::getEndpointUrl ( ) const
inlinenoexcept
Deprecated:
Use endpointUrl instead

Definition at line 315 of file types.hpp.

◆ endpointUrl() [2/2]

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

Definition at line 315 of file types.hpp.

◆ getEndpointUrl() [2/2]

String & opcua::ua::EndpointDescription::getEndpointUrl ( )
inlinenoexcept
Deprecated:
Use endpointUrl instead

Definition at line 315 of file types.hpp.

◆ server() [1/2]

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

Definition at line 316 of file types.hpp.

◆ getServer() [1/2]

const ApplicationDescription & opcua::ua::EndpointDescription::getServer ( ) const
inlinenoexcept
Deprecated:
Use server instead

Definition at line 316 of file types.hpp.

◆ server() [2/2]

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

Definition at line 316 of file types.hpp.

◆ getServer() [2/2]

ApplicationDescription & opcua::ua::EndpointDescription::getServer ( )
inlinenoexcept
Deprecated:
Use server instead

Definition at line 316 of file types.hpp.

◆ serverCertificate() [1/2]

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

Definition at line 317 of file types.hpp.

◆ getServerCertificate() [1/2]

const ByteString & opcua::ua::EndpointDescription::getServerCertificate ( ) const
inlinenoexcept
Deprecated:
Use serverCertificate instead

Definition at line 317 of file types.hpp.

◆ serverCertificate() [2/2]

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

Definition at line 317 of file types.hpp.

◆ getServerCertificate() [2/2]

ByteString & opcua::ua::EndpointDescription::getServerCertificate ( )
inlinenoexcept
Deprecated:
Use serverCertificate instead

Definition at line 317 of file types.hpp.

◆ securityMode()

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

Definition at line 318 of file types.hpp.

◆ getSecurityMode()

MessageSecurityMode opcua::ua::EndpointDescription::getSecurityMode ( ) const
inlinenoexcept
Deprecated:
Use securityMode instead

Definition at line 318 of file types.hpp.

◆ securityPolicyUri() [1/2]

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

Definition at line 319 of file types.hpp.

◆ getSecurityPolicyUri() [1/2]

const String & opcua::ua::EndpointDescription::getSecurityPolicyUri ( ) const
inlinenoexcept
Deprecated:
Use securityPolicyUri instead

Definition at line 319 of file types.hpp.

◆ securityPolicyUri() [2/2]

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

Definition at line 319 of file types.hpp.

◆ getSecurityPolicyUri() [2/2]

String & opcua::ua::EndpointDescription::getSecurityPolicyUri ( )
inlinenoexcept
Deprecated:
Use securityPolicyUri instead

Definition at line 319 of file types.hpp.

◆ userIdentityTokens() [1/2]

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

Definition at line 322 of file types.hpp.

◆ userIdentityTokens() [2/2]

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

Definition at line 322 of file types.hpp.

◆ getUserIdentityTokens() [1/2]

Span< const UserTokenPolicy > opcua::ua::EndpointDescription::getUserIdentityTokens ( ) const
inlinenoexcept
Deprecated:
Use userIdentityTokens instead

Definition at line 322 of file types.hpp.

◆ getUserIdentityTokens() [2/2]

Span< UserTokenPolicy > opcua::ua::EndpointDescription::getUserIdentityTokens ( )
inlinenoexcept
Deprecated:
Use userIdentityTokens instead

Definition at line 322 of file types.hpp.

◆ transportProfileUri() [1/2]

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

Definition at line 323 of file types.hpp.

◆ getTransportProfileUri() [1/2]

const String & opcua::ua::EndpointDescription::getTransportProfileUri ( ) const
inlinenoexcept
Deprecated:
Use transportProfileUri instead

Definition at line 323 of file types.hpp.

◆ transportProfileUri() [2/2]

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

Definition at line 323 of file types.hpp.

◆ getTransportProfileUri() [2/2]

String & opcua::ua::EndpointDescription::getTransportProfileUri ( )
inlinenoexcept
Deprecated:
Use transportProfileUri instead

Definition at line 323 of file types.hpp.

◆ securityLevel()

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

Definition at line 324 of file types.hpp.

◆ getSecurityLevel()

UA_Byte opcua::ua::EndpointDescription::getSecurityLevel ( ) const
inlinenoexcept
Deprecated:
Use securityLevel instead

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