PLCnext API Documentation 24.0.0.71
NonBlockingNotificationRegistration3ArgumentsBufferBase.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
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
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API
Definition: NonBlockingNotificationRegistration3ArgumentsBufferBase.hpp:39