open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ua::EndpointDescription Class Reference

#include <types.hpp>

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

Detailed Description

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
 
UA_MessageSecurityMode securityMode () const noexcept
 
UA_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< UA_EndpointDescription >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_EndpointDescription &native) noexcept
 
constexpr Wrapper (UA_EndpointDescription &&native) noexcept
 
constexpr Wrapperoperator= (const UA_EndpointDescription &native) noexcept
 
constexpr Wrapperoperator= (UA_EndpointDescription &&native) noexcept
 
constexpr operator UA_EndpointDescription & () noexcept
 
constexpr operator const UA_EndpointDescription & () const noexcept
 
constexpr UA_EndpointDescriptionoperator-> () noexcept
 
constexpr const UA_EndpointDescriptionoperator-> () const noexcept
 
constexpr UA_EndpointDescriptionhandle () noexcept
 
constexpr const UA_EndpointDescriptionhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_EndpointDescription &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_EndpointDescription >
using NativeType
 
- 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< UA_EndpointDescription >
constexpr const UA_EndpointDescriptionnative () const noexcept
 
constexpr UA_EndpointDescriptionnative () noexcept
 

Member Function Documentation

◆ endpointUrl() [1/2]

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

Definition at line 283 of file types.hpp.

◆ getEndpointUrl() [1/2]

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

Definition at line 283 of file types.hpp.

◆ endpointUrl() [2/2]

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

Definition at line 283 of file types.hpp.

◆ getEndpointUrl() [2/2]

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

Definition at line 283 of file types.hpp.

◆ server() [1/2]

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

Definition at line 284 of file types.hpp.

◆ getServer() [1/2]

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

Definition at line 284 of file types.hpp.

◆ server() [2/2]

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

Definition at line 284 of file types.hpp.

◆ getServer() [2/2]

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

Definition at line 284 of file types.hpp.

◆ serverCertificate() [1/2]

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

Definition at line 285 of file types.hpp.

◆ getServerCertificate() [1/2]

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

Definition at line 285 of file types.hpp.

◆ serverCertificate() [2/2]

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

Definition at line 285 of file types.hpp.

◆ getServerCertificate() [2/2]

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

Definition at line 285 of file types.hpp.

◆ securityMode()

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

Definition at line 286 of file types.hpp.

◆ getSecurityMode()

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

Definition at line 286 of file types.hpp.

◆ securityPolicyUri() [1/2]

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

Definition at line 287 of file types.hpp.

◆ getSecurityPolicyUri() [1/2]

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

Definition at line 287 of file types.hpp.

◆ securityPolicyUri() [2/2]

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

Definition at line 287 of file types.hpp.

◆ getSecurityPolicyUri() [2/2]

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

Definition at line 287 of file types.hpp.

◆ userIdentityTokens() [1/2]

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

Definition at line 290 of file types.hpp.

◆ userIdentityTokens() [2/2]

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

Definition at line 290 of file types.hpp.

◆ getUserIdentityTokens() [1/2]

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

Definition at line 290 of file types.hpp.

◆ getUserIdentityTokens() [2/2]

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

Definition at line 290 of file types.hpp.

◆ transportProfileUri() [1/2]

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

Definition at line 291 of file types.hpp.

◆ getTransportProfileUri() [1/2]

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

Definition at line 291 of file types.hpp.

◆ transportProfileUri() [2/2]

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

Definition at line 291 of file types.hpp.

◆ getTransportProfileUri() [2/2]

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

Definition at line 291 of file types.hpp.

◆ securityLevel()

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

Definition at line 292 of file types.hpp.

◆ getSecurityLevel()

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

Definition at line 292 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

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]

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]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.