vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
SocketEventHandler
index
vibe
core
drivers
win32
Undocumented in source.
version(VibeWin32Driver)
interface
SocketEventHandler {
SOCKET
socket
();
void
notifySocketEvent
(SOCKET sock, WORD event, WORD error);
}
Members
Functions
notifySocketEvent
void
notifySocketEvent
(SOCKET sock, WORD event, WORD error)
Undocumented in source.
socket
SOCKET
socket
()
Undocumented in source.
Meta
Source
See Implementation
index
vibe
core
drivers
win32
classes
Win32DirectoryWatcher
Win32EventDriver
Win32FileStream
Win32ManualEvent
Win32TCPConnection
Win32TCPListener
Win32UDPConnection
enums
ConnectionStatus
functions
setupWindowClass
interfaces
SocketEventHandler
manifest constants
WM_USER_SIGNAL
WM_USER_SOCKET