We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When creating a custom network event, you need at least 4 things:
dt::NetworkEvent
const QString GetType() const;
std::shared_ptr<dt::NetworkEvent> Clone() const;
void Serialize(dt::IOPacket& p);