PLCnext API Documentation 25.0.2.69
NonBlockingNotificationRegistration3ArgumentsBufferBase.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6
7#pragma once
8
10#include <cstddef>
11#include <limits>
12
13namespace Arp { namespace System { namespace Nm
14{
15
20{
21public:
23
26
29
31
34
37
39 {
40 size_t Index = std::numeric_limits<size_t>::max();
41 bool IsValid = false;
42 };
43};
44
45}}} // namespace Arp::System::Nm
Internal base class for ArgumentsBuffer
Definition: NonBlockingNotificationRegistration3ArgumentsBufferBase.hpp:20
Root namespace for the PLCnext API
Definition: NonBlockingNotificationRegistration3ArgumentsBufferBase.hpp:39