|
Data Delivery C API Library Reference
1.2
|
Event variable type for DDCA Event API. More...
Data Fields | |
| int | id |
| char * | op_id |
| char * | source |
| char * | sink |
| char * | type |
| char * | to |
| long long | timestamp |
| ddca_map_t * | payload |
| char * | data_type |
| char * | op_type |
| char * | notification_type |
Event variable type for DDCA Event API.
This variable type is used to deliver data around the edge. Actual data are hierarchically accumulated in the void *payload parts using ddca_event APIs.
1.7.6.1