Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MqttWill

Will information from the remote MQTT client

Hierarchy

  • MqttWill

Index

Constructors

constructor

  • Parameters

    Returns MqttWill

Methods

getWillMessage

  • getWillMessage(): Buffer
  • Returns Buffer

getWillMessageBytes

  • getWillMessageBytes(): number[]
  • Returns number[]

getWillProperties

  • getWillProperties(): any
  • Returns any

getWillQos

  • getWillQos(): number
  • Returns number

getWillTopic

  • getWillTopic(): string
  • Returns string

isWillFlag

  • isWillFlag(): boolean
  • Returns boolean

isWillRetain

  • isWillRetain(): boolean
  • Returns boolean

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc