Package com.telenordigital.nbiot
Interface DownstreamMessage
-
- All Known Implementing Classes:
ImmutableDownstreamMessage
@Immutable public interface DownstreamMessageA message sent from a device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]payload()The payload to send.intport()The port to send to.
-