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