Delegate SmsProvider.SmsStatusReceivedHandler
Represents the delegate used for the SmsStatusReceived event.
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public delegate void SmsStatusReceivedHandler(MessageStatusReport status);
Parameters
| Type | Name | Description |
|---|---|---|
| MessageStatusReport | status | Status report for SMS message that has arrived |