BaseClient.send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void send(ubyte[] data, ubyte channel)
  2. void send(const(P) packet, ubyte channel)
    class BaseClient
    void
    send
    (
    P
    )
    (
    auto ref const(P) packet
    ,
    ubyte channel = 0
    )
    if (
    is(P == struct)
    )

Meta