Class ConnectGprsAsyncResult
An asynchronous result returning the result of a request to open a GPRS connection
Implements
System.IAsyncResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public class ConnectGprsAsyncResult : DeviceAsyncResult, IAsyncResult
Fields
Result
Result of GPRS connection
Declaration
public ConnectGprsResult Result
Field Value
Type | Description |
---|---|
ConnectGprsResult |
Methods
End()
Finishes the asynchronous processing and throws an exception if one was generated
Declaration
public ConnectGprsResult End()
Returns
Type | Description |
---|---|
ConnectGprsResult | Returns the result of the request to open bearer context |
Process()
The method used to perform the asynchronous processing
Declaration
public override void Process()
Overrides
Implements
System.IAsyncResult