Namespaces | |
| namespace | Spinnaker |
| namespace | Spinnaker::GenApi |
Functions | |
| virtual IEnumeration & | operator= (const GenICam::gcstring &ValueStr)=0 |
| Set string node value. | |
| virtual bool | GetValue (bool Verify=false, bool IgnoreCache=false)=0 |
| Get node value. | |
| virtual bool | IsValueUpdated ()=0 |
| Checks if the content of the node has changed since the value was last cached by IsValueUpdated() or GetValue(). | |
| virtual bool | operator() () |
| Get node value. | |
| virtual GenICam::gcstring | operator* ()=0 |
| Get string node value. | |
| virtual int64_t | GetMaxLength ()=0 |
| Retrieves the maximum length of the string in bytes. | |
Variables | |
| interface SPINNAKER_API_ABSTRACT | IString |
| Interface for string properties. | |