FCPPluginReply
This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from the Freenet node to a client program.
This message is send by a plugin as a reply to a FCPPluginMessage message.
Example
FCPPluginReply PluginName=plugins.HelloFCP.HelloFCP Identifier=moohmooh Replies.fantasy=new world order Replies.Hello=world EndMessage
| Field | Possible values | Mandatory? | Description |
|---|---|---|---|
| PluginName | plugin.name | Yes | A name to identify the plugin. The same as class name shown on plugins page. |
| Identifier | unique string | No | Identifier as passed by the caller. |
| DataLength | Integer from 0 to ? | No | Length of data if data is passed along with the message. |
| Replies.customname | text | depends on plugin | An amount of Replies.item=value pairs. See the documentation of the plugin for further details. |