ConnMsg

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, immutable(Tag)[] data)
Undocumented in source.

Members

Functions

hasData
bool hasData()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

make
immutable(ConnMsg) make(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
make
immutable(ConnMsg) make(string name, immutable(Tag)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
make
immutable(ConnMsg) make(string name, immutable(Tag) data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
Tag[] data;
Undocumented in source.
name
string name;
Undocumented in source.

Meta