Delegate SIM800H.GsmNetworkRegistrationChangedHandler
Represents the delegate used for the GsmNetworkRegistrationChanged event.
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public delegate void GsmNetworkRegistrationChangedHandler(NetworkRegistrationState networkState);
Parameters
Type | Name | Description |
---|---|---|
NetworkRegistrationState | networkState | Current state of the GSM network registration |