|  | AccessPointConfiguration Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic class AccessPointConfiguration
The AccessPointConfiguration type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AccessPointConfiguration | 
            Empty GPRS bearer Access Point configuration.
             | 
|  | AccessPointConfiguration(String) | 
            GPRS bearer Access Point configuration.
             | 
|  | AccessPointConfiguration(String, String, String) | 
            GPRS bearer Access Point configuration.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AccessPointName | 
            Access Point name. Can't be null
             | 
|  | Password | 
            Password. Null if not used.
             | 
|  | UserName | 
            User name. Null if not used.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Overrides ObjectEquals(Object).) | 
|  | GetHashCode | (Overrides ObjectGetHashCode.) | 
|  | GetType | (Inherited from Object.) | 
|   | Parse | 
            Parse a string with a valid Access Point configuration. Expected format is "apname|user|password".
            User name and password are optional.
             | 
|  | ToString | 
            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.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | |
|   | Inequality | 
 See Also
See Also