Class PowerOnAsyncResult
An asynchronous result object returning the result of a Power on sequence execution
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 PowerOnAsyncResult : DeviceAsyncResult, IAsyncResult
Constructors
PowerOnAsyncResult(AsyncCallback, Object)
Declaration
public PowerOnAsyncResult(AsyncCallback asyncCallback = null, object asyncState = null)
Parameters
Type | Name | Description |
---|---|---|
System.AsyncCallback | asyncCallback | |
System.Object | asyncState |
Fields
Result
Result of power sequence execution
Declaration
public PowerStatus Result
Field Value
Type | Description |
---|---|
PowerStatus |
Methods
End()
Finishes the asynchronous processing and throws an exception if one was generated
Declaration
public PowerStatus End()
Returns
Type | Description |
---|---|
PowerStatus | Returns the result of the power on sequence |
Process()
The method used to perform the asynchronous processing
Declaration
public override void Process()
Overrides
Implements
System.IAsyncResult