public interface IDeviceRequestListener
This interface defines the required methods that should be implemented to process these messages and generate a response back to the server.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
handleDeviceRequest(java.lang.String target,
byte[] data)
Handles a device request for the given target with the given data.
|
java.lang.String |
handleDeviceRequest(java.lang.String target,
java.lang.String data)
Handles a device request for the given target with the given data.
|
java.lang.String handleDeviceRequest(java.lang.String target,
byte[] data)
target - Target for which the device request has been sent.data - Data of the request as byte array.java.lang.String handleDeviceRequest(java.lang.String target,
java.lang.String data)
target - Target for which the device request has been sent.data - Data of the request as String.© Copyright 2014 Etherios, Inc. All rights reserved. Etherios, Inc. is a Division of Digi International Inc.