Specifies the protocol to which a socket configuration option (specified by the SocketOptionName enumeration) applies.
Namespace: GHIElectronics.NETMF.Net.SocketsAssembly: GHIElectronics.NETMF.W5100 (in GHIElectronics.NETMF.W5100.dll) Version: 4.1.9.0 (4.1.9.0)
Syntax
| C# |
|---|
public enum SocketOptionLevel |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Socket | 65535 | A value specifying that the socket options apply to all sockets. | |
| IP | 0 | A value specifying that the socket options apply only to a socket that is using the Internet Protocol (IP). | |
| IPv6 | 41 | A value specifying that the socket options apply only to a socket that is using the IPv6 protocol. | |
| Tcp | 6 | A value specifying that the socket options apply only to a socket that is using the Transmission Control Protocol (TCP). | |
| Udp | 17 | A value specifying that the socket options apply only to a socket that is using the User Datagram Protocol (UDP). |