public interface Handler
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Acquire(String sensor,
String query)
Method to acquire sensor symbol
|
void |
destroyHandler()
Method to destroy resources of handler
|
void |
Discover()
Method to discover sensor symbols supported by a handler
|
void |
History(String sensor)
Method to provide a historical view of the given sensor
|
String |
Share(String sensor)
Method to share the current value of the given sensor
|
byte[] Acquire(String sensor, String query)
sensor - String of the sensor symbol to be acquiredquery - String of the query to be executedvoid Discover()
void destroyHandler()
String Share(String sensor)
sensor - String of the sensor to be sharedvoid History(String sensor)
sensor - String ot the sensor to be shown