Function EventDriverSockets.rawUserData
Low-level user data access. Use getUserData
instead.
abstract void* rawUserData
(
StreamSocketFD descriptor,
ulong size,
nothrow @nogc void function(void*) initialize,
nothrow @nogc void function(void*) destroy
) nothrow @nogc;
abstract void* rawUserData
(
StreamListenSocketFD descriptor,
ulong size,
nothrow @nogc void function(void*) initialize,
nothrow @nogc void function(void*) destroy
) nothrow @nogc;
abstract void* rawUserData
(
DatagramSocketFD descriptor,
ulong size,
nothrow @nogc void function(void*) initialize,
nothrow @nogc void function(void*) destroy
) nothrow @nogc;