Click or drag to resize
SendMmsMessageAsyncResult Class
An asynchronous result object returning the outcome of an attempt to send a MMS message.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HDeviceAsyncResult
    Eclo.NETMF.SIM800HSendMmsMessageAsyncResult

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 SendMmsMessageAsyncResult : DeviceAsyncResult

The SendMmsMessageAsyncResult type exposes the following members.

Constructors
  NameDescription
Public methodSendMmsMessageAsyncResult
Initializes a new instance of the SendMmsMessageAsyncResult 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 propertyErrorCode
Error code of the send request.
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
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 fieldResult
Result of the MMS send operation.
Remarks
Result property is false if request couldn't be completed for any reason. See error code for details.
Top
See Also