Click or drag to resize
MmsConfiguration Constructor (String, String, Int32)
MMS center configuration.

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 MmsConfiguration(
	string mmsc,
	string proxy,
	int proxyPort
)

Parameters

mmsc
Type: SystemString
MMS center URL
Note Note
URL without "http://" and/or port number.
proxy
Type: SystemString
MMS Proxy
Note Note
Must be an IP address. URLs are not accepted.
proxyPort
Type: SystemInt32
MMS Proxy port.
See Also