7 #ifndef __PVGENREGISTER_H__ 8 #define __PVGENREGISTER_H__ 10 #include <PvGenParameter.h> 40 PV_GENICAM_API
PvResult Set(
const uint8_t *aBuffer, int64_t aLength );
56 PV_GENICAM_API
PvResult Get( uint8_t *aBuffer, int64_t aLength )
const;
PvResult GetLength(int64_t &aLength) const
Returns the length of the register mapped with this feature.
Definition: PvGenRegister.cpp:99
Result information.
Definition: PvResult.h:29
virtual ~PvGenRegister()
Destructor.
Definition: PvGenRegister.cpp:35
PvResult Set(const uint8_t *aBuffer, int64_t aLength)
Write to the register.
Definition: PvGenRegister.cpp:45
Base class for all GenICam feature types.
Definition: PvGenParameter.h:43
PvGenRegister()
Constructor.
Definition: PvGenRegister.cpp:26
PvResult Get(uint8_t *aBuffer, int64_t aLength) const
Reads from the register.
Definition: PvGenRegister.cpp:72
GenICam feature: Register, or IRegister. A feature providing direct access to a section of the device...
Definition: PvGenRegister.h:19