public interface HLDriverInterface
| Modifier and Type | Method and Description |
|---|---|
void |
createChannel(String interfaceId,
String deviceAddress,
String channelAddress,
long timeout,
String resourceName,
String deviceId) |
void |
deleteChannel(String interfaceId,
String deviceAddress,
String channelAddress) |
org.json.JSONObject |
readChannel(String interfaceId,
String deviceAddress,
String channelAddress) |
org.json.JSONArray |
showCreatedChannels(String deviceAddress) |
String |
whichID() |
void |
writeChannel(String interfaceId,
String deviceAddress,
String channelAddress,
String writeValue) |
org.json.JSONObject readChannel(String interfaceId, String deviceAddress, String channelAddress)
void createChannel(String interfaceId, String deviceAddress, String channelAddress, long timeout, String resourceName, String deviceId)
void writeChannel(String interfaceId, String deviceAddress, String channelAddress, String writeValue)
org.json.JSONArray showCreatedChannels(String deviceAddress)
String whichID()
Copyright © 2018. All rights reserved.