7 #ifndef __PVGENBOOLEAN_H__ 8 #define __PVGENBOOLEAN_H__ 10 #include <PvGenParameter.h> 18 #ifdef EBUS_PYTHON_DOXYGEN Result information.
Definition: PvResult.h:13
PvResult GetValue(bool &aValue) const
Get the feature's value.
Definition: PvGenBoolean.cpp:91
PvResult SetValue(bool aValue)
Set the feature's value.
Definition: PvGenBoolean.cpp:58
GenICam feature: Boolean. A feature which can either be true or false.
Definition: PvGenBoolean.h:13
Base class for all GenICam feature types.
Definition: PvGenParameter.h:37
virtual ~PvGenBoolean()
Destructor.
Definition: PvGenBoolean.cpp:43
PvGenBoolean()
Constructor.
Definition: PvGenBoolean.cpp:34