| SmsProviderListTextMessagesAsync Method |
Starts an asynchronous operation to get a list with indexes of text messages that match the
MessageState criteria
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax 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:
ListTextMessagesAsyncResultThe IMEIAsyncResult
See Also