|  | ConnectGprsResult Enumeration | 
            Outcome of request to open GPRS connection
            
 
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
 Syntax
Syntaxpublic enum ConnectGprsResult
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Open | 0 | GPRS connection open | 
|  | AlreadyOpen | 1 | GPRS connection  already open | 
|  | Error | 2 | Unspecified error when trying to open GPRS connection | 
|  | 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
See Also