You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
298 B
JavaScript

class Message {
constructor() {
this.ID // get from MessageManager.New
this.Type // "simple" or "duplex"
this.RoutingMask // device=birdy&lora=devID:fPort&pocsag=133701B&dapnet=testID
this.Content // Blabla
this.Headers
}
}
module.exports = Message