Class PvGenString
GenICam feature: String
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenString : 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 SourceGetMaxLength(out long)
Returns the maximum length of the string.
Declaration
public PvResult GetMaxLength(out long aMaxLength)
Parameters
| Type | Name | Description |
|---|---|---|
| long | aMaxLength | Maximum length of the register, in characters. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
GetValue(out string)
Get the feature's value.
Declaration
public PvResult GetValue(out string aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aValue | The feature's value. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
SetValue(string)
Set the feature's value.
Declaration
public PvResult SetValue(string aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aValue | The feature's new value. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|