Click or drag to resize
GprsProviderOpenBearerAsync Method (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.

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 OpenBearerAsyncResult OpenBearerAsync(
	BearerProfile profile,
	AsyncCallback asyncCallback = null,
	Object asyncState = null
)

Parameters

profile
Type: Eclo.NETMF.SIM800HBearerProfile
The bearer profile
asyncCallback (Optional)
Type: SystemAsyncCallback
The callback to be invoked upon completion, optional
asyncState (Optional)
Type: SystemObject
The state object to be stored against the OpenGprsContextAsyncResult, optional

Return Value

Type: OpenBearerAsyncResult
The OpenBearerAsyncResult
See Also