Interface DownstreamMessage

  • All Known Implementing Classes:
    ImmutableDownstreamMessage

    @Immutable
    public interface DownstreamMessage
    A message sent from a device.
    • Method Detail

      • port

        int port()
        The port to send to.
      • payload

        byte[] payload()
        The payload to send.