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

    Type Alias MalformedFixture

    A malformed packet fixture that should be rejected.

    type MalformedFixture = {
        bytes: Uint8Array;
        expectedError: string;
        name: string;
        specRef?: string;
        version: ProtocolVersion;
    }
    Index

    Properties

    bytes: Uint8Array

    Malformed bytes

    expectedError: string

    Expected error code

    name: string

    Descriptive name

    specRef?: string

    Optional spec section reference

    Protocol version