Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

ChannelQuery

Channel keys and requested fields for a synchronous peer snapshot query.

API

Channel keys and requested fields for a synchronous peer snapshot query.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

struct ChannelQuery {
    std::vector<std::string> channels;
    std::vector<std::string> fields;
};