MnOutput.send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void send(ubyte a)
  2. void send(ubyte a, ubyte b)
  3. void send(ubyte a, ubyte b, ubyte c)
  4. void send(ubyte a, ubyte b, ubyte c, ubyte d)
    class MnOutput
    void
    send
    (
    ubyte a
    ,
    ubyte b
    ,
    ubyte c
    ,
    ubyte d
    )
  5. void send(const(ubyte)[] data)

Meta