| AccessPointConfiguration Class |
Namespace: Eclo.NETMF.SIM800H
public class AccessPointConfiguration
The AccessPointConfiguration type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
| AccessPointName |
Access Point name. Can't be null
| |
| Password |
Password. Null if not used.
| |
| UserName |
User name. Null if not used.
|
| 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.) |
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |