Click or drag to resize
ConnectionStatus Enumeration
Connection status of GPRS socket. See SIM800H documentation.

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 ConnectionStatus
Members
  Member nameValueDescription
Unknown-1
Initial0
Connecting1
Connected2
RemoteClosing3
Closing4
Closed5
See Also