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

    Type Alias SentPacketRecord

    Recorded sent packet with metadata.

    type SentPacketRecord = {
        bytes: Uint8Array;
        packet: MqttPacket | null;
        timestamp: number;
    }
    Index

    Properties

    bytes: Uint8Array

    The raw bytes sent

    packet: MqttPacket | null

    The decoded packet (if decodable)

    timestamp: number

    Timestamp when sent