SocketCommunicator

Undocumented in source.

Constructors

this
this(ushort port)
Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
hasData
bool hasData()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPendingData
bool hasPendingData()
Undocumented in source. Be warned that the author may not have intended to support it.
read
char[] read(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(char[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Communicator

hasData
bool hasData()
Undocumented in source.
hasPendingData
bool hasPendingData()
Undocumented in source.
read
char[] read(size_t size)
Undocumented in source.
write
void write(char[] data)
Undocumented in source.
flush
void flush()
Undocumented in source.

Meta