PLCnext API Documentation 25.0.2.69
SocketDomain.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
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
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