PLCnext API Documentation 24.0.0.71
SocketDomain.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 SocketDomain
14{
16 None = 0,
18 Ipv4 = 1,
20 Ipv6 = 2
21};
22
23}}}} // end of namespace Arp::System::Commons::Net
24
@ System
System components used by the System, Device, Plc or Io domains.
SocketDomain
Supported communication domains, selecting the protocol for communication.
Definition: SocketDomain.hpp:14
@ Ipv6
Communication is based on internet protocol version 6 (not supported yet).
@ Ipv4
Communication is based on internet protocol version 4.
Root namespace for the PLCnext API