MQTT port implementation

Hierarchy (View Summary)

Constructors

Accessors

Methods

Constructors

Accessors

  • get client(): MqttClient
  • Return the underlying port instance

    Returns MqttClient

  • get state(): boolean
  • Return the port state as a boolean value, true if the port is available, false in otherwise

    Returns boolean

Methods

  • Close the port instance

    Returns Promise<void>

  • Initialize the port instance

    Returns Promise<void>

  • Stop the port instance

    Returns Promise<void>