Click or drag to resize
NetworkRegistrationState Enumeration
Possible states of network registration

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public enum NetworkRegistrationState
Members
  Member nameValueDescription
NotSearching0 Module couldn't find a network
Registered1 Module is registered to a network
Searching2 Module is searching for a network
RegistrationDenied3 Module tried to register to a network, but it was denied
Unknown4 Unknown
Roaming5 Roaming
Error6 Error
See Also