public class KnxWriter extends Object
Modifier and Type | Field and Description |
---|---|
protected KnxNetworkDriverImp |
core |
Constructor and Description |
---|
KnxWriter(KnxNetworkDriverImp core) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getLastPacketSent() |
void |
requestDeviceStatus(String deviceId)
Send KNX command 00 to group Address.
|
void |
write(String deviceAddress,
byte[] dataByte,
KnxCommand commandType)
Send KNX command to UPD multicast channel.
|
protected KnxNetworkDriverImp core
public KnxWriter(KnxNetworkDriverImp core)
public void write(String deviceAddress, byte[] dataByte, KnxCommand commandType)
deviceAddress
- knx group address (1/2/3)dataByte
- knx commandcommandType
- public void requestDeviceStatus(String deviceId)
knx
- address; either group address (1/2/3) or groupDevice address
(1.2.3)public byte[] getLastPacketSent()
Copyright © 2018 universAAL Consortium. All rights reserved.