open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ClientConfig Member List

This is the complete list of members for opcua::ClientConfig, including all inherited members.

ClientConfig()opcua::ClientConfig
ClientConfig(const ByteString &certificate, const ByteString &privateKey, Span< const ByteString > trustList, Span< const ByteString > revocationList={})opcua::ClientConfig
ClientConfig(UA_ClientConfig &&native)opcua::ClientConfigexplicit
ClientConfig(const ClientConfig &)=deleteopcua::ClientConfig
ClientConfig(ClientConfig &&other) noexceptopcua::ClientConfig
handle() noexceptopcua::Wrapper< UA_ClientConfig >inline
handle() const noexceptopcua::Wrapper< UA_ClientConfig >inline
native() const noexceptopcua::Wrapper< UA_ClientConfig >inlineprotected
native() noexceptopcua::Wrapper< UA_ClientConfig >inlineprotected
NativeType typedefopcua::Wrapper< UA_ClientConfig >
operator const UA_ClientConfig &() const noexceptopcua::Wrapper< UA_ClientConfig >inline
operator UA_ClientConfig &() noexceptopcua::Wrapper< UA_ClientConfig >inline
operator->() noexceptopcua::Wrapper< UA_ClientConfig >inline
operator->() const noexceptopcua::Wrapper< UA_ClientConfig >inline
operator=(const ClientConfig &)=deleteopcua::ClientConfig
operator=(ClientConfig &&other) noexceptopcua::ClientConfig
setLogger(LogFunction func)opcua::ClientConfig
setSecurityMode(MessageSecurityMode mode) noexceptopcua::ClientConfig
setTimeout(uint32_t milliseconds) noexceptopcua::ClientConfig
setUserIdentityToken(const AnonymousIdentityToken &token)opcua::ClientConfig
setUserIdentityToken(const UserNameIdentityToken &token)opcua::ClientConfig
setUserIdentityToken(const X509IdentityToken &token)opcua::ClientConfig
setUserIdentityToken(const IssuedIdentityToken &token)opcua::ClientConfig
Wrapper()=defaultopcua::Wrapper< UA_ClientConfig >
Wrapper(const UA_ClientConfig &native)opcua::Wrapper< UA_ClientConfig >inlineexplicit
Wrapper(UA_ClientConfig &&native) noexceptopcua::Wrapper< UA_ClientConfig >inlineexplicit
~ClientConfig()opcua::ClientConfig