NodeMessageEvent

Undocumented in source.

Constructors

this
this(Node node, ubyte[] payload)
Undocumented in source.

Members

Aliases

message
alias message = payload
Undocumented in source.

Functions

reply
void reply(ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

payload
ubyte[] payload [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From NodeEvent

_node
Node _node;
Undocumented in source.
node
const(Node) node [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta