SocketOptionLevel

SocketOptionLevel enum

Defines socket option levels for the ‘Socket’ class.

enum class SocketOptionLevel

Values

NameValueDescription
Socket65535The specified socket options apply to all sockets.
IPn/aThe specified socket options apply to the IP sockets.
IPv6n/aThe specified socket options apply to the IPv6 sockets.
Tcpn/aThe specified socket options apply to the TCP sockets.
Udpn/aThe specified socket options apply to the UDP sockets.

See Also