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

    Type Alias PingrespPacket

    PINGRESP packet - Ping response.

    MQTT 5.0 §3.13

    type PingrespPacket = {
        type: typeof PINGRESP;
    }
    Index

    Properties

    Properties

    type: typeof PINGRESP

    Packet type discriminator.