Click or drag to resize
SmsProviderListTextMessagesAsync Method
Starts an asynchronous operation to get a list with indexes of text messages that match the MessageState criteria

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 ListTextMessagesAsyncResult ListTextMessagesAsync(
	MessageState state,
	AsyncCallback asyncCallback = null,
	Object asyncState = null
)

Parameters

state
Type: Eclo.NETMF.SIM800HMessageState
MessageState of the SMS that will be queried
asyncCallback (Optional)
Type: SystemAsyncCallback
The callback to be invoked upon completion, optional
asyncState (Optional)
Type: SystemObject
The state object to be stored against the ReadMessageListAsyncResult, optional

Return Value

Type: ListTextMessagesAsyncResult
The IMEIAsyncResult
See Also