Click or drag to resize
SocketError Enumeration
Defines socket error constants.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public enum SocketError
Members
  Member nameValueDescription
Success0 The operation completed successfully.
SocketError-1 The socket has an error.
TooManyOpenSockets10024
ProtocolNotSupported10043
Remarks
Implementation follows .NETMF System.Net.Sockets.SocketError
See Also