|  | ListTextMessagesAsyncResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic class ListTextMessagesAsyncResult : DeviceAsyncResult
The ListTextMessagesAsyncResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ListTextMessagesAsyncResult | Initializes a new instance of the ListTextMessagesAsyncResult class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AsyncState | 
            The state object stored against this AsyncResult
            (Inherited from DeviceAsyncResult.) | 
|  | AsyncWaitHandle | 
            The WaitHandle for this AsyncResult
            (Inherited from DeviceAsyncResult.) | 
|  | CompletedSynchronously | 
            Returns true if this AsyncResult has been completed synchronously
            (Inherited from DeviceAsyncResult.) | 
|  | IsCompleted | 
            Returns true if this AsyncResult has been completed
            (Inherited from DeviceAsyncResult.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | End | 
            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 | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | Process | 
            The method used to perform the asynchronous processing
            (Overrides DeviceAsyncResultProcess.) | 
|  | ToString | (Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | SMSList | 
            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 | 
 See Also
See Also