| MmsMessage Constructor (String, Byte, String) |
Instantiates a new MMS message with the given parameters.
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public MmsMessage(
string text = null,
byte[] image = null,
string title = null
)
Parameters
- text (Optional)
- Type: SystemString
Message content. - image (Optional)
- Type: SystemByte
Message image. - title (Optional)
- Type: SystemString
Message title. Optional. Set to null if not used.
See Also