Click or drag to resize
SmsProviderReadTextMessage Method
Requests to read the text message in the specified position.

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 TextMessage ReadTextMessage(
	int memoryPosition,
	bool markAsRead = true
)

Parameters

memoryPosition
Type: SystemInt32
Position in memory where the message is stored
markAsRead (Optional)
Type: SystemBoolean
Whether unread messages will be marked as read

Return Value

Type: TextMessage

[Missing <returns> documentation for "M:Eclo.NETMF.SIM800H.SmsProvider.ReadTextMessage(System.Int32,System.Boolean)"]

See Also