|  | MmsMessage Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic class MmsMessage
The MmsMessage type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MmsMessage(String) | 
            Instantiates a new MMS message with the given parameters.
             | 
|  | MmsMessage(Byte, String) | 
            Instantiates a new MMS message with the given parameters.
             | 
|  | MmsMessage(String, String) | 
            Instantiates a new MMS message with the given parameters.
             | 
|  | MmsMessage(String, Byte, String) | 
            Instantiates a new MMS message with the given parameters.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Image | 
            Image content to be included in the message.
             | 
|  | Text | 
            Text content to be included in the message.
             | 
|  | Title | 
            Message title
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also