eventcore ~master (2021-12-17T12:21:51Z)
Dub
Repo
DgramDirection
eventcore
drivers
winapi
sockets
Undocumented in source.
version(Windows)
static
struct
DgramDirection (
bool
RO
) {
OVERLAPPED_CORE
overlapped
;
static if
(
RO
)
const
(
ubyte
)[]
buffer
;
static if
(!(
RO
))
ubyte
[]
buffer
;
WSABUF
[
1
]
wsabuf
;
size_t
bytesTransferred
;
IOMode
mode
;
DatagramIOCallback
callback
;
void
reset
();
}
Members
Functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
const
(
ubyte
)[]
buffer
;
Undocumented in source.
buffer
ubyte
[]
buffer
;
Undocumented in source.
bytesTransferred
size_t
bytesTransferred
;
Undocumented in source.
callback
DatagramIOCallback
callback
;
Undocumented in source.
mode
IOMode
mode
;
Undocumented in source.
overlapped
OVERLAPPED_CORE
overlapped
;
Undocumented in source.
wsabuf
WSABUF
[
1
]
wsabuf
;
Undocumented in source.
Meta
Source
See Implementation
eventcore
drivers
winapi
sockets
classes
WinAPIEventDriverSockets
functions
setupWindowClass
structs
DgramDirection
SocketSlot
StreamDirection