@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias DecodedPacket

    Decoded packet result with bytes read.

    type DecodedPacket = {
        bytesRead: number;
        packet: MqttPacket;
    }
    Index

    Properties

    Properties

    bytesRead: number

    Total bytes consumed

    packet: MqttPacket

    The decoded packet