Definition of interface IEnumeration.
More...
Go to the source code of this file.
|
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IEnumeration |
| | Interface for enumeration properties.
|
| |
◆ operator=()
Set node value.
Note : the operator= is not inherited thus the operator= versions from IEnumeration must be implemented again
◆ SetIntValue()
| virtual void GENAPI_NAMESPACE::SetIntValue |
( |
int64_t |
Value, |
|
|
bool |
Verify = true |
|
) |
| |
|
pure virtual |
- Parameters
-
| Value | The value to set |
| Verify | Enables AccessMode and Range verification (default = true) |
◆ operator*()
◆ GetIntValue()
| virtual int64_t GENAPI_NAMESPACE::GetIntValue |
( |
bool |
Verify = false, |
|
|
bool |
IgnoreCache = false |
|
) |
| |
|
pure virtual |
- Parameters
-
| Verify | Enables Range verification (default = false). The AccessMode is always checked |
| IgnoreCache | If true the value is read ignoring any caches (default = false) |
- Returns
- The value read