Click or drag to resize
AccessPointConfiguration Class
Configuration of GPRS access point (APN).
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HAccessPointConfiguration

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 class AccessPointConfiguration

The AccessPointConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAccessPointConfiguration
Empty GPRS bearer Access Point configuration.
Public methodAccessPointConfiguration(String)
GPRS bearer Access Point configuration.
Public methodAccessPointConfiguration(String, String, String)
GPRS bearer Access Point configuration.
Top
Properties
  NameDescription
Public propertyAccessPointName
Access Point name. Can't be null
Public propertyPassword
Password. Null if not used.
Public propertyUserName
User name. Null if not used.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberParse
Parse a string with a valid Access Point configuration. Expected format is "apname|user|password". User name and password are optional.
Public methodToString
String with representation of Access Point configuration in format "apname|user|password". If user and password are empty they won't be included in the configuration string.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also