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