T - The type of params.
public class DeviceMessage<T>
extends OCastApplicationLayer
Represents a public settings device message.
| Constructor and Description |
|---|
DeviceMessage(OCastDataLayer<T> data)
Creates an instance of
class DeviceMessage. |
getData, getServicepublic DeviceMessage(@NotNull
OCastDataLayer<T> data)
Creates an instance of class DeviceMessage.
data - The data layer conveyed by the public settings device message.class DeviceMessage