DSocket

Undocumented in source.

Members

Aliases

receiveFunc
alias receiveFunc = ptrdiff_t delegate(void[])
Undocumented in source.
sendFunc
alias sendFunc = ptrdiff_t delegate(const(void)[], size_t bs)
Undocumented in source.

Functions

formReceive
void[] formReceive(receiveFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
formSend
void formSend(sendFunc func, void[] data, int bs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta