PLCnext API Documentation 23.0.2.9
SocketType.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 SocketType
14{
16 None = 0,
18 Tcp = 1,
20 Udp = 2
21};
22
23}}}} // end of namespace Arp::System::Commons::Net
24
@ System
System components used by the System, Device, Plc or Io domains.
SocketType
Enumeration of supported socket types.
Definition: SocketType.hpp:14
@ Tcp
Socket uses TCP protocol.
@ Udp
Socket uses UDP protocol.
Root namespace for the PLCnext API