Definition of interface IUserData. More...
#include <GenApi/GenApiDll.h>

Go to the source code of this file.
Namespaces | |
| GENAPI_NAMESPACE | |
| Part of the generic device API. | |
Typedefs | |
| typedef void * | GENAPI_NAMESPACE::UserData_t |
Functions | |
| virtual UserData_t | GENAPI_NAMESPACE::SetUserData (UserData_t userdata)=0 |
| Stores user defined data without taking ownership. Returns the previously stored value. More... | |
Variables | |
| interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IUserData |
| Interface to manage user data stored in nodes or nodemaps. More... | |
Definition of interface IUserData.
Definition in file IUserData.h.