@qualithm/mqtt-wire - v0.1.5
GitHub
Preparing search index...
index
VarintDecodeValue
Type Alias VarintDecodeValue
Result of decoding a variable byte integer.
type
VarintDecodeValue
=
{
bytesRead
:
number
;
value
:
number
;
}
Index
Properties
bytes
Read
value
Properties
bytes
Read
bytesRead
:
number
Number of bytes consumed
value
value
:
number
The decoded integer value
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bytes
Read
value
GitHub
@qualithm/mqtt-wire - v0.1.5
Loading...
Result of decoding a variable byte integer.