Package | Description |
---|---|
org.universAAL.lddi.knx.groupdevicemodel | |
org.universAAL.lddi.knx.interfaces | |
org.universAAL.lddi.knx.networkdriver |
Modifier and Type | Class and Description |
---|---|
class |
KnxDpt1GroupDevice
Concrete implementation of KNX group devices for KNX data type 1.***.
|
class |
KnxDpt2GroupDevice
Concrete implementation of KNX group devices for KNX data type 2.***.
|
class |
KnxDpt3GroupDevice
Concrete implementation of KNX group devices for KNX data type 3.***.
|
class |
KnxDpt4GroupDevice
Concrete implementation of KNX group devices for KNX data type 4.***.
|
class |
KnxDpt5GroupDevice
Concrete implementation of KNX group devices for KNX data type 5.***.
|
class |
KnxDpt9GroupDevice
Concrete implementation of KNX group devices for KNX data type 9.***.
|
Modifier and Type | Method and Description |
---|---|
static KnxGroupDevice |
KnxGroupDeviceFactory.getKnxGroupDevice(int dptMainNumber) |
Modifier and Type | Field and Description |
---|---|
KnxGroupDevice |
KnxDriver.groupDevice |
Modifier and Type | Method and Description |
---|---|
void |
IKnxNetwork.addGroupDevice(String groupDeviceId,
KnxGroupDevice groupDevice) |
void |
IKnxNetwork.removeGroupDevice(String groupDeviceId,
KnxGroupDevice groupDevice) |
boolean |
KnxDriver.setgroupDevice(KnxGroupDevice groupDevice)
store the groupDevice link this driver to the groupDevice
|
Modifier and Type | Method and Description |
---|---|
void |
KnxNetworkDriverImp.addGroupDevice(String deviceId,
KnxGroupDevice device)
Devices can register here to get events from the knx bus
|
void |
KnxNetworkDriverImp.removeGroupDevice(String deviceId,
KnxGroupDevice device)
Devices can unregister here to stop getting events from the knx bus
|
Copyright © 2018 universAAL Consortium. All rights reserved.