Rdb_DataObserver
typedef struct Rdb_DataObserver {...} Rdb_DataObserver
Overview
Defines a struct for the data observer.
Since: 11
Related module: RDB
Header file: relational_store.h
Summary
Member Variables
| Name | Description |
|---|---|
| void* context | Pointer to the context of the data observer. |
| Rdb_SubscribeCallback callback | Callback used to return the result. |