Click or drag to resize
ConnectGprsResult Enumeration
Outcome of request to open GPRS connection

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 ConnectGprsResult
Members
  Member nameValueDescription
Open0 GPRS connection open
AlreadyOpen1 GPRS connection already open
Error2 Unspecified error when trying to open GPRS connection
DeviceIsOff3 Device is off
NotRegisteredAtGsmNetwork4 Device is not registered at GSM network
NotRegisteredAtGprsNetwork5 Device is not registered at GPRS network
Failed6 Failed to open bearer context after all attempts
See Also