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

    Type Alias PingreqPacket

    PINGREQ packet - Ping request.

    MQTT 5.0 §3.12

    type PingreqPacket = {
        type: typeof PINGREQ;
    }
    Index

    Properties

    Properties

    type: typeof PINGREQ

    Packet type discriminator.