Class PvGenInteger
GenICam feature: Integer
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenInteger : 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 SourceGetIncrement(out long)
Get the feature's suggested increment.
Declaration
public PvResult GetIncrement(out long aIncrement)
Parameters
| Type | Name | Description |
|---|---|---|
| long | aIncrement | The feature's suggested increment. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetMax(out long)
Get the feature's limits (maximum).
Declaration
public PvResult GetMax(out long aMax)
Parameters
| Type | Name | Description |
|---|---|---|
| long | aMax | The feature's maximum allowable value. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetMin(out long)
Get the feature's limits (minimum).
Declaration
public PvResult GetMin(out long aMin)
Parameters
| Type | Name | Description |
|---|---|---|
| long | aMin | The feature's minimum allowable value. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetRepresentation(ref PvGenRepresentation)
Get the feature's suggested presentation format.
Declaration
public PvResult GetRepresentation(ref PvGenRepresentation aRepresentation)
Parameters
| Type | Name | Description |
|---|---|---|
| PvGenRepresentation | aRepresentation | See #PvGenFloat::GetRepresentation. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetUnit(out string)
Get the feature's measurement unit.
Declaration
public PvResult GetUnit(out string aUnit)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aUnit | The units for the feature. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetValue(out long)
Get the feature's value.
Declaration
public PvResult GetValue(out long aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| long | aValue | The feature's value. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
SetValue(long)
Set the feature's new value.
Declaration
public PvResult SetValue(long aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| long | aValue | The feature's new value. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|