7 #ifndef __PVGENSTRING_H__ 8 #define __PVGENSTRING_H__ 10 #include <PvGenParameter.h> PvResult GetValue(PvString &aValue) const
Get the feature's value.
Definition: PvGenString.cpp:87
String class.
Definition: PvString.h:25
Result information.
Definition: PvResult.h:29
PvResult SetValue(const PvString &aValue)
Set the feature's value.
Definition: PvGenString.cpp:48
Base class for all GenICam feature types.
Definition: PvGenParameter.h:43
virtual ~PvGenString()
Destructor.
Definition: PvGenString.cpp:38
GenICam feature: String.
Definition: PvGenString.h:20
PvGenString()
Constructor.
Definition: PvGenString.cpp:29
PvResult GetMaxLength(int64_t &aMaxLength) const
Returns the maximum length of the string.
Definition: PvGenString.cpp:114