| GprsProvider Class |
Namespace: Eclo.NETMF.SIM800H
public class GprsProvider : IDisposable
The GprsProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckBearerStatus |
Queries a GPRS bearer profile to check if it's opened.
On successful execution context open status is updated in the respective GprsNNNBearerIsOpen property
| |
| CheckConnectionStatus |
Queries current status of a specific GPRS connection
| |
| CloseBearer |
Closes a GPRS context bearer profile
| |
| DetachGprs |
Detach GPRS
| |
| Dispose | Releases all resources used by the GprsProvider | |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| OpenBearerAsync(AsyncCallback, Object) | Obsolete. | |
| OpenBearerAsync(BearerProfile, AsyncCallback, Object) |
Starts an asynchronous operation to open a GPRS bearer.
A GPRS bearer is required for HTTP client, SNTP, MMS and location requests.
| |
| OpenGprsConnectionAsync |
Starts an asynchronous operation to open a GPRS connection.
A GPRS connection is required to use sockets, IP apps and MMS.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| GprsIpAppsBearerStateChanged |
Event raised when the status of the IP bearer for IP apps changes.
| |
| GprsSocketsBearerStateChanged |
Event raised when the status of the sockets bearer changes.
| |
| MmsBearerStateChanged |
Event raised when the status of the MMS changes.
|