Interface OutputDataMessage

  • All Known Implementing Classes:
    ImmutableOutputDataMessage

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

      • device

        Device device()
        The sending device.
      • payload

        byte[] payload()
        The payload sent.
      • received

        java.time.Instant received()
        The time received.