Click or drag to resize
GprsProvider Class
Class with methods to perform GPRS related actions.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HGprsProvider

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 GprsProvider : IDisposable

The GprsProvider type exposes the following members.

Methods
  NameDescription
Public methodCheckBearerStatus
Queries a GPRS bearer profile to check if it's opened. On successful execution context open status is updated in the respective GprsNNNBearerIsOpen property
Public methodCheckConnectionStatus
Queries current status of a specific GPRS connection
Public methodCloseBearer
Closes a GPRS context bearer profile
Public methodDetachGprs
Detach GPRS
Public methodDispose
Releases all resources used by the GprsProvider
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOpenBearerAsync(AsyncCallback, Object) Obsolete.
Public methodOpenBearerAsync(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.
Public methodOpenGprsConnectionAsync
Starts an asynchronous operation to open a GPRS connection. A GPRS connection is required to use sockets, IP apps and MMS.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventGprsIpAppsBearerStateChanged
Event raised when the status of the IP bearer for IP apps changes.
Public eventGprsSocketsBearerStateChanged
Event raised when the status of the sockets bearer changes.
Public eventMmsBearerStateChanged
Event raised when the status of the MMS changes.
Top
See Also