ObjectBox C and C++ API 4.3.0
 
Loading...
Searching...
No Matches
OBX_sync_msg_objects Struct Reference

Incubating message that carries multiple data "objects" (e.g. FlatBuffers, strings, raw bytes). Interpretation is up to the application. Does not involve any persistence or delivery guarantees at the moment. More...

#include <objectbox-sync.h>

Public Attributes

const void * topic
 
size_t topic_size
 topic is usually a string, but could also be binary (up to the application)
 
const OBX_sync_objectobjects
 
size_t count
 

Detailed Description

Incubating message that carries multiple data "objects" (e.g. FlatBuffers, strings, raw bytes). Interpretation is up to the application. Does not involve any persistence or delivery guarantees at the moment.

Member Data Documentation

◆ count

size_t OBX_sync_msg_objects::count

◆ objects

const OBX_sync_object* OBX_sync_msg_objects::objects

◆ topic

const void* OBX_sync_msg_objects::topic

◆ topic_size

size_t OBX_sync_msg_objects::topic_size

topic is usually a string, but could also be binary (up to the application)