public interface ZigbeeDriver
Modifier and Type | Method and Description |
---|---|
int |
getBaud()
Returns baud used for usb communication channel.
|
String |
getCOMPort()
Returns COM port name used to plug the zigbee dongle.
|
Data |
getData(String moduleAddress)
Returns the current data of the device with specified module address.
|
Set<DeviceInfo> |
getDeviceInfos()
Returns information about all zigbee devices discovered by the dongle.
|
Set<DeviceInfo> |
getDeviceInfos(TypeCode typeCode)
Returns information about all zigbee devices discovered by the dongle with specified type.
|
void |
setData(String moduleAddress,
String dataToSet)
Sets specified value to the device with corresponding module address.
|
String getCOMPort()
int getBaud()
Set<DeviceInfo> getDeviceInfos()
Set<DeviceInfo> getDeviceInfos(TypeCode typeCode)
typeCode
- type code representing a device typeData getData(String moduleAddress)
moduleAddress
- a device module addressCopyright © 2012-2013 ADELE Research Group. All Rights Reserved.