PLCnext API Documentation 24.0.0.71
SelectMode.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8
9namespace Arp { namespace System { namespace Commons { namespace Net
10{
11
13enum class SelectMode
14{
16 Read = 0,
18 Write = 1,
20 Connect = 3,
22 Accept = 4
23};
24
25}}}} // end of namespace Arp::System::Commons::Net
26
@ System
System components used by the System, Device, Plc or Io domains.
@ Connect
Connect operation should be polled.
@ Accept
Accept operation should be polled.
SelectMode
Modes for Select call to check different data channels.
Definition: SelectMode.hpp:14
Root namespace for the PLCnext API