|
| virtual GenICam::gcstring | ToString (bool Verify=false, bool IgnoreCache=false)=0 |
| | Get content of the node as string. More...
|
| |
| virtual void | FromString (const GenICam::gcstring &ValueStr, bool Verify=true)=0 |
| | Set content of the node as string. More...
|
| |
| virtual bool | IsValueCacheValid () const =0 |
| | Checks if the value comes from cache or is requested from another node. More...
|
| |
| virtual bool | IsValueUpdated ()=0 |
| | Checks if the content of the node has changed since the value was last cached by IsValueUpdated() or GetValue(). More...
|
| |