Meshpocalypse Semantic
    Preparing search index...

    Interface SendOpts

    interface SendOpts {
        channel?: string;
        idempotencyKey?: string;
        portnum?: number;
        wantAck?: boolean;
    }
    Index

    Properties

    channel?: string
    idempotencyKey?: string
    portnum?: number
    wantAck?: boolean