Click or drag to resize
AccessPointConfiguration Constructor (String, String, String)
GPRS bearer Access Point 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 AccessPointConfiguration(
	string apn,
	string userName,
	string password
)

Parameters

apn
Type: SystemString
Access Point name
userName
Type: SystemString
User name
password
Type: SystemString
Password.
See Also