| 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.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax 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:
OpenBearerAsyncResultThe OpenBearerAsyncResult
See Also