Definition of IBoolean interface.
More...
Go to the source code of this file.
|
|
virtual IBoolean & | operator= (bool Value) |
| | Set node value.
|
| |
| virtual bool | GetValue (bool Verify=false, bool IgnoreCache=false) const =0 |
| | Get node value.
|
| |
| virtual bool | operator() () const |
| | Get node value.
|
| |
|
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IBoolean |
| | Interface for Boolean properties.
|
| |
◆ GetValue()
- 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
◆ operator()()