Class PvGenCommand
GenICam feature: Command. A feature which can only be activated.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenCommand : PvGenParameter, IDisposable
Remarks
To use this class, see PvGenParameter. In group GenICam features.
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
View SourceExecute()
Activate the feature.
Declaration
public PvResult Execute()
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
IsDone(out bool)
Query whether the command is executed.
Declaration
public PvResult IsDone(out bool aDone)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | aDone | True if the command has completed its execution. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|