| OpenBearerResult Enumeration |
Outcome of request to open bearer context
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public enum OpenBearerResult
Members
| Member name | Value | Description |
---|
| Open | 0 |
Bearer context open
|
| AlreadyOpen | 1 |
Bearer context is already open
|
| Error | 2 |
Unspecified error when trying to open context
|
| DeviceIsOff | 3 |
Device is off
|
| NotRegisteredAtGsmNetwork | 4 |
Device is not registered at GSM network
|
| NotRegisteredAtGprsNetwork | 5 |
Device is not registered at GPRS network
|
| Failed | 6 |
Failed to open bearer context after all attempts
|
See Also