GenericInvoker::CacheItem¶
-
class
kanzi::connect::GenericInvoker::CacheItem¶ Cached method item for more convenient calling of methods.
Public Functions
-
CacheItem(const string &name, const string &messagename, const MetaMethod *method)¶ Constructor.
Initialize the cache object
- Parameters
name: the name of the cached method call as specified into metadataname: the name of the cached method call on wire.method: pointer to meta method.
-