Definition of the interface IValue.
More...
Go to the source code of this file.
|
| virtual GENICAM_NAMESPACE::gcstring | ToString (bool Verify=false, bool IgnoreCache=false)=0 |
| | Get content of the node as string.
|
| |
| virtual void | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true)=0 |
| | Set content of the node as string.
|
| |
|
virtual bool | IsValueCacheValid () const =0 |
| | Checks if the value comes from cache or is requested from another node.
|
| |
|
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IValue |
| | Interface for value properties.
|
| |
◆ ToString()
- Parameters
-
| Verify | Enables Range verification (default = false). The AccessMode is always checked |
| IgnoreCache | If true the value is read ignoring any caches (default = false) |
- Returns
- The value read
◆ FromString()
- Parameters
-
| ValueStr | The value to set |
| Verify | Enables AccessMode and Range verification (default = true) |