Packages

object Command extends Serializable

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Command
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[A](command: ControlPacket, carry: A): Command[A]

    Send a command to an MQTT session with data to carry through into any related event.

    Send a command to an MQTT session with data to carry through into any related event.

    A

    The type of data to carry through

    command

    The command to send

    carry

    The data to carry through

  2. def apply[A](command: ControlPacket): Command[A]

    Send a command to an MQTT session

    Send a command to an MQTT session

    A

    The type of data being carried through in general, but not here

    command

    The command to send