Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

ChannelSnapshot

One channel returned by a query, with its data and owner/session/revision lineage.

API

One channel returned by a query, with its data and owner/session/revision lineage.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

struct ChannelSnapshot {
    std::string owner_node;
    std::string channel;
    Value::Object channel_data;
    uint64_t revision = 0;
    std::string source_session_id;
};