forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
13
VApp/node_modules/mqtt-packet/packet.js
generated
vendored
Normal file
13
VApp/node_modules/mqtt-packet/packet.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
class Packet {
|
||||
constructor () {
|
||||
this.cmd = null
|
||||
this.retain = false
|
||||
this.qos = 0
|
||||
this.dup = false
|
||||
this.length = -1
|
||||
this.topic = null
|
||||
this.payload = null
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Packet
|
||||
Reference in New Issue
Block a user