Delegate SIM800H.SmsSentReferenceReceivedHandler
Represents the delegate used for the SmsSentReferenceReceived event.
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public delegate void SmsSentReferenceReceivedHandler(int reference);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | reference | reference of the Sms sent |