#include <types.hpp>
|
using | NativeType = T |
|
using | HandlerType = Handler |
|
constexpr const T & | native () const noexcept |
|
constexpr T & | native () noexcept |
|
constexpr void | clear () noexcept |
|
template<typename T > |
constexpr T * | asWrapper (typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr T & | asWrapper (typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr T::NativeType * | asNative (T *wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType * | asNative (const T *wrapper) noexcept |
|
template<typename T > |
constexpr T::NativeType & | asNative (T &wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType & | asNative (const T &wrapper) noexcept |
|
◆ ModifySubscriptionRequest()
opcua::ua::ModifySubscriptionRequest::ModifySubscriptionRequest |
( |
RequestHeader |
requestHeader, |
|
|
IntegerId |
subscriptionId, |
|
|
double |
requestedPublishingInterval, |
|
|
uint32_t |
requestedLifetimeCount, |
|
|
uint32_t |
requestedMaxKeepAliveCount, |
|
|
uint32_t |
maxNotificationsPerPublish, |
|
|
uint8_t |
priority |
|
) |
| |
|
inline |
◆ maxNotificationsPerPublish()
uint32_t opcua::ua::ModifySubscriptionRequest::maxNotificationsPerPublish |
( |
| ) |
const |
|
inlinenoexcept |
◆ priority()
uint8_t opcua::ua::ModifySubscriptionRequest::priority |
( |
| ) |
const |
|
inlinenoexcept |
◆ requestedLifetimeCount()
uint32_t opcua::ua::ModifySubscriptionRequest::requestedLifetimeCount |
( |
| ) |
const |
|
inlinenoexcept |
◆ requestedMaxKeepAliveCount()
uint32_t opcua::ua::ModifySubscriptionRequest::requestedMaxKeepAliveCount |
( |
| ) |
const |
|
inlinenoexcept |
◆ requestedPublishingInterval()
double opcua::ua::ModifySubscriptionRequest::requestedPublishingInterval |
( |
| ) |
const |
|
inlinenoexcept |
◆ requestHeader() [1/2]
const RequestHeader & opcua::ua::ModifySubscriptionRequest::requestHeader |
( |
| ) |
const |
|
inlinenoexcept |
◆ requestHeader() [2/2]
RequestHeader & opcua::ua::ModifySubscriptionRequest::requestHeader |
( |
| ) |
|
|
inlinenoexcept |
◆ subscriptionId()
IntegerId opcua::ua::ModifySubscriptionRequest::subscriptionId |
( |
| ) |
const |
|
inlinenoexcept |
◆ Wrapper() [1/5]
◆ Wrapper() [2/5]
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
◆ Wrapper() [3/5]
◆ Wrapper() [4/5]
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
◆ Wrapper() [5/5]