- dgramReceive
SRDgramSendReceive dgramReceive(DatagramSocketFD fd, ubyte[] buf, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- dgramSend
SRDgramSendReceive dgramSend(DatagramSocketFD fd, const(ubyte)[] buf, Address target, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileClose
CloseStatus fileClose(FileFD fd)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileOpen
SRFileOpen fileOpen(string path, FileOpenMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileRead
SRRW fileRead(FileFD fd, ulong oset, ubyte[] buffer, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileWrite
SRRW fileWrite(FileFD fd, ulong oset, const(ubyte)[] buffer, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- nsLookup
SRNsLookup nsLookup(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- pipeRead
SRRW pipeRead(PipeFD fd, ubyte[] buffer, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- pipeWrite
SRRW pipeWrite(PipeFD fd, const(ubyte)[] buffer, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- processWait
int processWait(ProcessID pid)
Undocumented in source. Be warned that the author may not have intended to support it.
- signalTrap
SignalStatus signalTrap(int sig)
Undocumented in source. Be warned that the author may not have intended to support it.
- sleep
void sleep(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
- streamConnect
SRStreamConnect streamConnect(Address peer, Address bind)
Undocumented in source. Be warned that the author may not have intended to support it.
- streamRead
SRRW streamRead(StreamSocketFD fd, ubyte[] buf, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- streamWaitForData
IOStatus streamWaitForData(StreamSocketFD fd)
Undocumented in source. Be warned that the author may not have intended to support it.
- streamWrite
SRRW streamWrite(StreamSocketFD fd, const(ubyte)[] buf, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- waitThreadEvent
void waitThreadEvent(EventID evid)
Undocumented in source. Be warned that the author may not have intended to support it.