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

#include <types.hpp>

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

Detailed Description

Public Member Functions

 SetPublishingModeRequest (RequestHeader requestHeader, bool publishingEnabled, Span< const IntegerId > subscriptionIds)
 
const RequestHeaderrequestHeader () const noexcept
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeaderrequestHeader () noexcept
 
RequestHeadergetRequestHeader () noexcept
 
bool publishingEnabled () const noexcept
 
bool getPublishingEnabled () const noexcept
 
Span< const IntegerIdsubscriptionIds () const noexcept
 
Span< IntegerIdsubscriptionIds () noexcept
 
Span< const IntegerIdgetSubscriptionIds () const noexcept
 
Span< IntegerIdgetSubscriptionIds () 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_SetPublishingModeRequest, UA_TYPES_SETPUBLISHINGMODEREQUEST >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_SetPublishingModeRequest &native)
 
constexpr TypeWrapper (UA_SetPublishingModeRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_SetPublishingModeRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_SetPublishingModeRequest &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_SetPublishingModeRequest >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_SetPublishingModeRequest &native) noexcept
 
constexpr Wrapper (UA_SetPublishingModeRequest &&native) noexcept
 
constexpr Wrapperoperator= (const UA_SetPublishingModeRequest &native) noexcept
 
constexpr Wrapperoperator= (UA_SetPublishingModeRequest &&native) noexcept
 
constexpr operator UA_SetPublishingModeRequest & () noexcept
 
constexpr operator const UA_SetPublishingModeRequest & () const noexcept
 
constexpr UA_SetPublishingModeRequestoperator-> () noexcept
 
constexpr const UA_SetPublishingModeRequestoperator-> () const noexcept
 
constexpr UA_SetPublishingModeRequesthandle () noexcept
 
constexpr const UA_SetPublishingModeRequesthandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_SetPublishingModeRequest &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_SetPublishingModeRequest >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_SetPublishingModeRequest, UA_TYPES_SETPUBLISHINGMODEREQUEST >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_SetPublishingModeRequest, UA_TYPES_SETPUBLISHINGMODEREQUEST >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_SetPublishingModeRequest >
constexpr const UA_SetPublishingModeRequestnative () const noexcept
 
constexpr UA_SetPublishingModeRequestnative () noexcept
 

Constructor & Destructor Documentation

◆ SetPublishingModeRequest()

opcua::ua::SetPublishingModeRequest::SetPublishingModeRequest ( RequestHeader requestHeader,
bool publishingEnabled,
Span< const IntegerId > subscriptionIds )
inline

Definition at line 2423 of file types.hpp.

Member Function Documentation

◆ requestHeader() [1/2]

const RequestHeader & opcua::ua::SetPublishingModeRequest::requestHeader ( ) const
inlinenoexcept

Definition at line 2432 of file types.hpp.

◆ getRequestHeader() [1/2]

const RequestHeader & opcua::ua::SetPublishingModeRequest::getRequestHeader ( ) const
inlinenoexcept
Deprecated
Use requestHeader instead

Definition at line 2432 of file types.hpp.

◆ requestHeader() [2/2]

RequestHeader & opcua::ua::SetPublishingModeRequest::requestHeader ( )
inlinenoexcept

Definition at line 2432 of file types.hpp.

◆ getRequestHeader() [2/2]

RequestHeader & opcua::ua::SetPublishingModeRequest::getRequestHeader ( )
inlinenoexcept
Deprecated
Use requestHeader instead

Definition at line 2432 of file types.hpp.

◆ publishingEnabled()

bool opcua::ua::SetPublishingModeRequest::publishingEnabled ( ) const
inlinenoexcept

Definition at line 2433 of file types.hpp.

◆ getPublishingEnabled()

bool opcua::ua::SetPublishingModeRequest::getPublishingEnabled ( ) const
inlinenoexcept
Deprecated
Use publishingEnabled instead

Definition at line 2433 of file types.hpp.

◆ subscriptionIds() [1/2]

Span< const IntegerId > opcua::ua::SetPublishingModeRequest::subscriptionIds ( ) const
inlinenoexcept

Definition at line 2434 of file types.hpp.

◆ subscriptionIds() [2/2]

Span< IntegerId > opcua::ua::SetPublishingModeRequest::subscriptionIds ( )
inlinenoexcept

Definition at line 2434 of file types.hpp.

◆ getSubscriptionIds() [1/2]

Span< const IntegerId > opcua::ua::SetPublishingModeRequest::getSubscriptionIds ( ) const
inlinenoexcept
Deprecated
Use subscriptionIds instead

Definition at line 2434 of file types.hpp.

◆ getSubscriptionIds() [2/2]

Span< IntegerId > opcua::ua::SetPublishingModeRequest::getSubscriptionIds ( )
inlinenoexcept
Deprecated
Use subscriptionIds instead

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