Package com.telenordigital.nbiot
Interface OutputDataMessage
-
- All Known Implementing Classes:
ImmutableOutputDataMessage
@Immutable public interface OutputDataMessageA message sent from a device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Devicedevice()The sending device.byte[]payload()The payload sent.java.time.Instantreceived()The time received.
-
-
-
Method Detail
-
device
Device device()
The sending device.
-
payload
byte[] payload()
The payload sent.
-
received
java.time.Instant received()
The time received.
-
-