Function Network.addChannel

Add a Channel to the network

void addChannel (
  in ref const(ChannelConfig) chan_conf
) nothrow @safe;

Parameters

NameDescription
chan_conf ChannelConfig of the Channel to be added