| SyncResult Enumeration |
Result of SNTP sync request
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax Members
| Member name | Value | Description |
---|
| NotSet | 0 |
value not set
|
| Error | 1 |
Unspecified error
|
| SyncSuccessful | 2 |
Network synchronization successful
|
| DeviceIsOff | 3 |
Device is off
|
| NotRegisteredAtGsmNetwork | 4 |
Device is not registered at GSM network
|
| NotRegisteredAtGprsNetwork | 5 |
Device is not registered at GPRS network
|
| NetworkError | 6 |
Network error
|
| DnsError | 7 |
DNS resolution error
|
| ConnectionError | 8 |
Connection error
|
| ServerResponseError | 9 |
Server response error
|
| ServerResponseTimeout | 10 |
Server Response timeout
|
See Also