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;
Base class for all GenICam feature types.
Definition: PvGenParameter.h:44
GenICam feature: Register, or IRegister. A feature providing direct access to a section of the device...
Definition: PvGenRegister.h:20
PvResult GetLength(int64_t &aLength) const
Returns the length of the register mapped with this feature.
Definition: PvGenRegister.cpp:99
PvResult Set(const uint8_t *aBuffer, int64_t aLength)
Write to the register.
Definition: PvGenRegister.cpp:45
virtual ~PvGenRegister()
Destructor.
Definition: PvGenRegister.cpp:35
PvResult Get(uint8_t *aBuffer, int64_t aLength) const
Reads from the register.
Definition: PvGenRegister.cpp:72
PvGenRegister()
Constructor.
Definition: PvGenRegister.cpp:26
Result information.
Definition: PvResult.h:30