Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

Success

Successful acknowledgement for a command, with optional result fields.

API

Successful acknowledgement for a command, with optional result fields.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

struct Success {
    Value::Object result;
};