Function NetworkedMultiplayerENet.channelCount

The number of channels to be used by ENet. Channels are used to separate different kinds of data. In reliable or ordered mode, for example, the packet delivery order is ensured on a per channel basis.

long channelCount() nothrow @property @nogc;

void channelCount (
  long v
) nothrow @property @nogc;