Skip to main content

Data Communication

Controller Plugin Communication

The client plugin library provides users with a mechanism to communicate with controller plugins. Implemented using the commandCustomData function, see Communication Protocol for communication protocol design.

xplugin::xPluginInterface().->commandCustomData(this, "Example", "key");

SDK Interface

Not yet open, coming soon