@qualithm/mqtt-wire - v0.1.5
GitHub
Preparing search index...
index
DecodedPacket
Type Alias DecodedPacket
Decoded packet result with bytes read.
type
DecodedPacket
=
{
bytesRead
:
number
;
packet
:
MqttPacket
;
}
Index
Properties
bytes
Read
packet
Properties
Readonly
bytes
Read
bytesRead
:
number
Total bytes consumed
Readonly
packet
packet
:
MqttPacket
The decoded packet
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bytes
Read
packet
GitHub
@qualithm/mqtt-wire - v0.1.5
Loading...
Decoded packet result with bytes read.