Class: Priority

iotcs.message.Message.Priority()

new Priority()

Enumeration of message priorities.
Properties:
Name Type Description
LOWEST string
LOW string
MEDIUM string
HIGH string
HIGHEST string

Members

(static) HIGH :string

Type:
  • string
Default Value:
  • HIGH

(static) HIGHEST :string

Type:
  • string
Default Value:
  • HIGHEST

(static) LOW :string

Type:
  • string
Default Value:
  • LOW

(static) LOWEST :string

Type:
  • string
Default Value:
  • LOWEST

(static) MEDIUM :string

Type:
  • string
Default Value:
  • MEDIUM

Home