Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ArgusQueryResult
ARGUS events returned by a peer, with result and total counts.
API
ARGUS events returned by a peer, with result and total counts.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
struct ArgusQueryResult {
std::vector<ArgusEvent> events;
size_t count = 0;
size_t total_count = 0;
};