All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.mqtt-packet.packet.js Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version

function Packet () {
  this.cmd = null
  this.retain = false
  this.qos = 0
  this.dup = false
  this.length = -1
  this.topic = null
  this.payload = null
}

module.exports = Packet




© 2015 - 2025 Weber Informatics LLC | Privacy Policy