Click or drag to resize
AccessPointConfigurationParse Method
Parse a string with a valid Access Point configuration. Expected format is "apname|user|password". User name and password are optional.

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 static AccessPointConfiguration Parse(
	string s
)

Parameters

s
Type: SystemString
String to be parsed in the format: "apname|user|password".

Return Value

Type: AccessPointConfiguration
A new instance of AccessPointConfiguration with valid access point configuration
See Also