GenApi 3.5.1
Typedefs | Functions | Variables

Definition of IBoolean interface. More...

Go to the source code of this file.

Typedefs

typedef CBooleanRefT< IBoolean > CBooleanRef
 

Functions

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.
 

Variables

GENICAM_INTERFACE GENAPI_DECL_ABSTRACT IBoolean
 Interface for Boolean properties.
 

Function Documentation

◆ GetValue()

GENICAM_NAMESPACE::gcstring GetValue ( bool Verify = false,
bool IgnoreCache = false ) const
pure virtual
Parameters
VerifyEnables Range verification (default = false). The AccessMode is always checked
IgnoreCacheIf true the value is read ignoring any caches (default = false)
Returns
The value read

◆ operator()()

GENICAM_NAMESPACE::gcstring operator() ( ) const
virtual

Execute the command.