PLCnext API Documentation 25.0.2.69
SocketOptionName.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
17{
24
30 SocketOptionKeepAlive = 0x0008,
31
37 SocketOptionBroadcast = 0x0020,
38
43
48
55};
56
57}}}} // end of namespace Arp::System::Commons::Net
58
SocketOptionName
Specifies socket options to be set by the application. Copied from Eclr Socket Adaption
Definition: SocketOptionName.hpp:17
@ SocketOptionSendTimeout
Sets the sending timeout until reporting an error. The Argument is a struct timeval
@ SocketOptionKeepAlive
Send keep-alive signals, values:
@ SocketOptionReuseAddress
Allows the socket to be bound to an address that is already in use, values:
@ SocketOptionBroadcast
Permit sending broadcast messages on the socket, values:
@ SocketOptionReceiveTimeout
Sets the receiving timeout until reporting an error. The Argument is a struct timeval
@ SocketOptionNoDelay
Enables or disables the Nagle algorithm for send coalescing, values:
Root namespace for the PLCnext API