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

    Type Alias OutboundAliasResult

    Result of getting or assigning an outbound topic alias.

    type OutboundAliasResult = {
        alias: number;
        sendTopic: boolean;
    }
    Index

    Properties

    Properties

    alias: number

    The topic alias (1 to maximum).

    sendTopic: boolean

    True if topic must be sent with the alias (first use).