Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

SessionIdentity

Node and session identity carried by a control frame.

API

Node and session identity carried by a control frame.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

struct SessionIdentity {
    std::string node_name;
    std::string session_id;
};