MnOutput

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(MnOutputPort newPort)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
bool close()
Undocumented in source. Be warned that the author may not have intended to support it.
open
bool open(uint num)
Undocumented in source. Be warned that the author may not have intended to support it.
open
bool open(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
open
bool open(MnOutputPort port)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte a, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte a, ubyte b, ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte a, ubyte b, ubyte c, ubyte d)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isOpen
bool isOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
port
MnOutputPort port [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
port
MnOutputPort port [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta