|  | SmsProviderSmsReceivedHandler Delegate | 
            Represents the delegate used for the 
SmsReceived event.
            
 
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
 Syntax
Syntaxpublic delegate void SmsReceivedHandler(
	byte messageIndex
)
Parameters
- messageIndex
- Type: SystemByte
 Position index of the SMS message that has arrived
 See Also
See Also