StreamSocketSlot

Undocumented in source.

Members

Aliases

Handle
alias Handle = StreamSocketFD
Undocumented in source.

Variables

bytesRead
size_t bytesRead;
Undocumented in source.
bytesWritten
size_t bytesWritten;
Undocumented in source.
connectCallback
ConnectCallback connectCallback;
Undocumented in source.
readBuffer
ubyte[] readBuffer;
Undocumented in source.
readCallback
IOCallback readCallback;
Undocumented in source.
readMode
IOMode readMode;
Undocumented in source.
state
ConnectionState state;
Undocumented in source.
writeBuffer
const(ubyte)[] writeBuffer;
Undocumented in source.
writeCallback
IOCallback writeCallback;
Undocumented in source.
writeMode
IOMode writeMode;
Undocumented in source.

Meta