Libertas OS API Documentation
Preparing search index...
libertas
LibertasNetCallback
Type Alias LibertasNetCallback
LibertasNetCallback
:
(
fd
:
LibertasFd
,
event
:
LibertasNetEvent
,
tag
:
any
,
data
:
LibertasNetReadData
,
addr
?:
string
,
)
=>
void
The signature of network I/O callback function.
Type declaration
(
fd
:
LibertasFd
,
event
:
LibertasNetEvent
,
tag
:
any
,
data
:
LibertasNetReadData
,
addr
?:
string
,
)
:
void
Parameters
fd
:
LibertasFd
event
:
LibertasNetEvent
tag
:
any
data
:
LibertasNetReadData
Optional
addr
:
string
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Libertas OS API Documentation
Loading...
The signature of network I/O callback function.