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

#include <types.hpp>

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

Detailed Description

UA_ModifySubscriptionRequest wrapper class.

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

Definition at line 2399 of file types.hpp.

Public Member Functions

 ModifySubscriptionRequest (RequestHeader requestHeader, IntegerId subscriptionId, double requestedPublishingInterval, uint32_t requestedLifetimeCount, uint32_t requestedMaxKeepAliveCount, uint32_t maxNotificationsPerPublish, uint8_t priority)
 
const RequestHeaderrequestHeader () const noexcept
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeaderrequestHeader () noexcept
 
RequestHeadergetRequestHeader () noexcept
 
IntegerId subscriptionId () const noexcept
 
IntegerId getSubscriptionId () const noexcept
 
double requestedPublishingInterval () const noexcept
 
double getRequestedPublishingInterval () const noexcept
 
uint32_t requestedLifetimeCount () const noexcept
 
uint32_t getRequestedLifetimeCount () const noexcept
 
uint32_t requestedMaxKeepAliveCount () const noexcept
 
uint32_t getRequestedMaxKeepAliveCount () const noexcept
 
uint32_t maxNotificationsPerPublish () const noexcept
 
uint32_t getMaxNotificationsPerPublish () const noexcept
 
uint8_t priority () const noexcept
 
uint8_t getPriority () 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_ModifySubscriptionRequest, UA_TYPES_MODIFYSUBSCRIPTIONREQUEST >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_ModifySubscriptionRequest &native)
 
constexpr TypeWrapper (UA_ModifySubscriptionRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ModifySubscriptionRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ModifySubscriptionRequest &&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_ModifySubscriptionRequest, UA_TYPES_MODIFYSUBSCRIPTIONREQUEST >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ModifySubscriptionRequest, UA_TYPES_MODIFYSUBSCRIPTIONREQUEST >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Constructor & Destructor Documentation

◆ ModifySubscriptionRequest()

opcua::ua::ModifySubscriptionRequest::ModifySubscriptionRequest ( RequestHeader  requestHeader,
IntegerId  subscriptionId,
double  requestedPublishingInterval,
uint32_t  requestedLifetimeCount,
uint32_t  requestedMaxKeepAliveCount,
uint32_t  maxNotificationsPerPublish,
uint8_t  priority 
)
inline

Definition at line 2404 of file types.hpp.

Member Function Documentation

◆ requestHeader() [1/2]

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

Definition at line 2422 of file types.hpp.

◆ getRequestHeader() [1/2]

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

Definition at line 2422 of file types.hpp.

◆ requestHeader() [2/2]

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

Definition at line 2422 of file types.hpp.

◆ getRequestHeader() [2/2]

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

Definition at line 2422 of file types.hpp.

◆ subscriptionId()

IntegerId opcua::ua::ModifySubscriptionRequest::subscriptionId ( ) const
inlinenoexcept

Definition at line 2423 of file types.hpp.

◆ getSubscriptionId()

IntegerId opcua::ua::ModifySubscriptionRequest::getSubscriptionId ( ) const
inlinenoexcept
Deprecated:
Use subscriptionId instead

Definition at line 2423 of file types.hpp.

◆ requestedPublishingInterval()

double opcua::ua::ModifySubscriptionRequest::requestedPublishingInterval ( ) const
inlinenoexcept

Definition at line 2424 of file types.hpp.

◆ getRequestedPublishingInterval()

double opcua::ua::ModifySubscriptionRequest::getRequestedPublishingInterval ( ) const
inlinenoexcept
Deprecated:
Use requestedPublishingInterval instead

Definition at line 2424 of file types.hpp.

◆ requestedLifetimeCount()

uint32_t opcua::ua::ModifySubscriptionRequest::requestedLifetimeCount ( ) const
inlinenoexcept

Definition at line 2425 of file types.hpp.

◆ getRequestedLifetimeCount()

uint32_t opcua::ua::ModifySubscriptionRequest::getRequestedLifetimeCount ( ) const
inlinenoexcept
Deprecated:
Use requestedLifetimeCount instead

Definition at line 2425 of file types.hpp.

◆ requestedMaxKeepAliveCount()

uint32_t opcua::ua::ModifySubscriptionRequest::requestedMaxKeepAliveCount ( ) const
inlinenoexcept

Definition at line 2426 of file types.hpp.

◆ getRequestedMaxKeepAliveCount()

uint32_t opcua::ua::ModifySubscriptionRequest::getRequestedMaxKeepAliveCount ( ) const
inlinenoexcept
Deprecated:
Use requestedMaxKeepAliveCount instead

Definition at line 2426 of file types.hpp.

◆ maxNotificationsPerPublish()

uint32_t opcua::ua::ModifySubscriptionRequest::maxNotificationsPerPublish ( ) const
inlinenoexcept

Definition at line 2427 of file types.hpp.

◆ getMaxNotificationsPerPublish()

uint32_t opcua::ua::ModifySubscriptionRequest::getMaxNotificationsPerPublish ( ) const
inlinenoexcept
Deprecated:
Use maxNotificationsPerPublish instead

Definition at line 2427 of file types.hpp.

◆ priority()

uint8_t opcua::ua::ModifySubscriptionRequest::priority ( ) const
inlinenoexcept

Definition at line 2428 of file types.hpp.

◆ getPriority()

uint8_t opcua::ua::ModifySubscriptionRequest::getPriority ( ) const
inlinenoexcept
Deprecated:
Use priority instead

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