Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mqtt/browser/index.ts>ConnectPacket

MQTT in TypeScript for Deno, Node.js, and browsers
Latest
interface ConnectPacket
Re-export
import { type ConnectPacket } from "https://deno.land/x/mqtt@0.1.2/browser/index.ts";

Properties

type: "connect"
optional
protocolName: string
optional
protocolLevel: number
clientId: string
optional
username: string
optional
password: string
optional
will: { retain?: boolean; qos?: 0 | 1 | 2; }
optional
clean: boolean
optional
keepAlive: number