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