DPlugin

Undocumented in source.

Constructors

this
this(DServer server, string unixDomainSocketPath)

Constructs a new DPugin associated with the given server and with the intent to connect to the UNIX domain socket at the path given

Members

Functions

sendPlugin
byte[] sendPlugin(byte[] data)

Opens a new session to the plugin server then sends the data, awaits a reply, then closes the session (connection)

Meta