@qualithm/mqtt-wire - v0.1.5
GitHub
Preparing search index...
index
OnSendHook
Type Alias OnSendHook
OnSendHook
:
(
data
:
Uint8Array
)
=>
void
|
Promise
<
void
>
Hook called when packet is ready to send to client.
Type Declaration
(
data
:
Uint8Array
)
:
void
|
Promise
<
void
>
Parameters
data
:
Uint8Array
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
@qualithm/mqtt-wire - v0.1.5
Loading...
Hook called when packet is ready to send to client.