Click or drag to resize
ListTextMessagesAsyncResult Class
An asynchronous result object returning a list of text message indexes
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HDeviceAsyncResult
    Eclo.NETMF.SIM800HListTextMessagesAsyncResult

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 class ListTextMessagesAsyncResult : DeviceAsyncResult

The ListTextMessagesAsyncResult type exposes the following members.

Constructors
  NameDescription
Public methodListTextMessagesAsyncResult
Initializes a new instance of the ListTextMessagesAsyncResult class
Top
Properties
  NameDescription
Public propertyAsyncState
The state object stored against this AsyncResult
(Inherited from DeviceAsyncResult.)
Public propertyAsyncWaitHandle
The WaitHandle for this AsyncResult
(Inherited from DeviceAsyncResult.)
Public propertyCompletedSynchronously
Returns true if this AsyncResult has been completed synchronously
(Inherited from DeviceAsyncResult.)
Public propertyIsCompleted
Returns true if this AsyncResult has been completed
(Inherited from DeviceAsyncResult.)
Top
Methods
  NameDescription
Public methodEnd
Finishes the asynchronous processing and throws an exception if one was generated. Returns a Byte list with the indexes of the messages that match the MessageState queried.
Remarks
Blocks until the asynchronous processing has completed
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodProcess
The method used to perform the asynchronous processing
(Overrides DeviceAsyncResultProcess.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldSMSList
A Byte list with the indexes of the messages that match the MessageState queried.
Remarks
Returns an empty list if none couldn't be read or match the criteria
Top
See Also