Click or drag to resize
OpenBearerResult Enumeration
Outcome of request to open bearer context

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 OpenBearerResult
Members
  Member nameValueDescription
Open0 Bearer context open
AlreadyOpen1 Bearer context is already open
Error2 Unspecified error when trying to open context
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