Uses of Class
org.universAAL.lddi.knx.utils.KnxCommand

Packages that use KnxCommand
org.universAAL.lddi.knx.interfaces   
org.universAAL.lddi.knx.networkdriver   
org.universAAL.lddi.knx.utils   
 

Uses of KnxCommand in org.universAAL.lddi.knx.interfaces
 

Methods in org.universAAL.lddi.knx.interfaces with parameters of type KnxCommand
 void IKnxNetwork.sendCommand(String groupDeviceId, boolean command, KnxCommand commandType)
           
 

Uses of KnxCommand in org.universAAL.lddi.knx.networkdriver
 

Methods in org.universAAL.lddi.knx.networkdriver with parameters of type KnxCommand
 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.
 

Uses of KnxCommand in org.universAAL.lddi.knx.utils
 

Methods in org.universAAL.lddi.knx.utils that return KnxCommand
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.
 

Methods in org.universAAL.lddi.knx.utils with parameters of type KnxCommand
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 © 2014 universAAL Consortium. All Rights Reserved.