Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

ArgusActionResult

Event identity and result fields returned by an ARGUS action handler.

API

Event identity and result fields returned by an ARGUS action handler.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

struct ArgusActionResult {
    std::string event_id;
    Value::Object result;
};