Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
Capabilities
Peer support for channel commands, queries, telemetry, and ARGUS actions, queries, and telemetry.
API
Peer support for channel commands, queries, telemetry, and ARGUS actions, queries, and telemetry.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
struct Capabilities {
bool channel_commands = false;
bool channel_query = false;
bool channel_telemetry = false;
bool argus_actions = false;
bool argus_query = false;
bool argus_telemetry = false;
};