| NetworkRegistrationState Enumeration |
Possible states of network registration
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public enum NetworkRegistrationState
Members
| Member name | Value | Description |
---|
| NotSearching | 0 |
Module couldn't find a network
|
| Registered | 1 |
Module is registered to a network
|
| Searching | 2 |
Module is searching for a network
|
| RegistrationDenied | 3 |
Module tried to register to a network, but it was denied
|
| Unknown | 4 |
Unknown
|
| Roaming | 5 |
Roaming
|
| Error | 6 |
Error
|
See Also