Enum ConnectGprsResult
Outcome of request to open GPRS connection
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public enum ConnectGprsResult
Fields
| Name | Description |
|---|---|
| AlreadyOpen | GPRS connection already open |
| DeviceIsOff | Device is off |
| Error | Unspecified error when trying to open GPRS connection |
| Failed | Failed to open bearer context after all attempts |
| NotRegisteredAtGprsNetwork | Device is not registered at GPRS network |
| NotRegisteredAtGsmNetwork | Device is not registered at GSM network |
| Open | GPRS connection open |