Click or drag to resize
SmsProviderSmsReceivedHandler Delegate
Represents the delegate used for the SmsReceived event.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public delegate void SmsReceivedHandler(
	byte messageIndex
)

Parameters

messageIndex
Type: SystemByte
Position index of the SMS message that has arrived
See Also