Definition of RegisterList_t type and the interface IRegister.
More...
Go to the source code of this file.
|
| virtual void | Get (uint8_t *pBuffer, int64_t Length, bool Verify=false, bool IgnoreCache=false)=0 |
| | Fills a buffer with the register's contents.
|
| |
|
virtual int64_t | GetLength (bool Verify=false)=0 |
| | Retrieves the Length of the register [Bytes].
|
| |
|
virtual int64_t | GetAddress (bool Verify=false)=0 |
| | Retrieves the Address of the register.
|
| |
|
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IRegister |
| | Interface for registers.
|
| |
◆ Get()
| virtual void Get |
( |
uint8_t * | pBuffer, |
|
|
int64_t | Length, |
|
|
bool | Verify = false, |
|
|
bool | IgnoreCache = false ) |
|
pure virtual |
- Parameters
-
| pBuffer | The buffer receiving the data to read |
| Length | The number of bytes to retrieve |
| Verify | Enables Range verification (default = false). The AccessMode is always checked |
| IgnoreCache | If true the value is read ignoring any caches (default = false) |