- bytesRead
size_t bytesRead;
Undocumented in source.
- bytesWritten
size_t bytesWritten;
Undocumented in source.
- readBuffer
ubyte[] readBuffer;
Undocumented in source.
- readCallback
DatagramIOCallback readCallback;
Undocumented in source.
- readMode
IOMode readMode;
Undocumented in source.
- targetAddr
Address targetAddr;
Undocumented in source.
- writeBuffer
const(ubyte)[] writeBuffer;
Undocumented in source.
- writeCallback
DatagramIOCallback writeCallback;
Undocumented in source.
- writeMode
IOMode writeMode;
Undocumented in source.