Delegate GprsSocket.DataReceivedHandler
Represents the delegate used for the Eclo.nF.SIM800H.GprsSocket.OnDataReceived(System.Object) event.
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public delegate void DataReceivedHandler(object sender);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The object that raised the event. |