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