Package | Description |
---|---|
org.universAAL.lddi.knx.interfaces | |
org.universAAL.lddi.knx.networkdriver | |
org.universAAL.lddi.knx.utils |
Modifier and Type | Method and Description |
---|---|
void |
IKnxNetwork.sendCommand(String groupDeviceId,
boolean command,
KnxCommand commandType) |
Modifier and Type | Method and Description |
---|---|
void |
KnxNetworkDriverImp.sendCommand(String device,
boolean command,
KnxCommand commandType) |
void |
KnxCommunication.sendCommand(String device,
byte[] command,
KnxCommand commandType) |
void |
KnxWriter.write(String deviceAddress,
byte[] dataByte,
KnxCommand commandType)
Send KNX command to UPD multicast channel.
|
Modifier and Type | Method and Description |
---|---|
static KnxCommand |
KnxCommand.get(int code) |
static KnxCommand |
KnxCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnxCommand[] |
KnxCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
KnxEncoder.encode(boolean repeatBit,
byte[] sourceByte,
String targetAddress,
byte[] dataByte,
KnxCommand commandType,
boolean multicast)
Encode a knx telegram for sending to a knx bus.
|
void |
KnxTelegram.setKnxCommandType(KnxCommand valueWrite)
Set KNX command type.
|
Copyright © 2018 universAAL Consortium. All rights reserved.