Class: Type

iotcs.message.Message.Type()

new Type()

Enumeration of message types.
Properties:
Name Type Description
DATA string
ALERT string
REQUEST string
RESPONSE string
RESOURCES_REPORT string

Members

(static) ALERT :string

Type:
  • string
Default Value:
  • ALERT

(static) DATA :string

Type:
  • string
Default Value:
  • DATA

(static) REQUEST :string

Type:
  • string
Default Value:
  • REQUEST

(static) RESOURCES_REPORT :string

Type:
  • string
Default Value:
  • RESOURCES_REPORT

(static) RESPONSE :string

Type:
  • string
Default Value:
  • RESPONSE

Home