Uses of Class
tuwien.auto.calimero.cemi.CEMILData

Packages that use CEMILData
tuwien.auto.calimero.buffer Support for temporary storage of KNX network messages. 
tuwien.auto.calimero.cemi Offers an interface to the common External Message Interface, cEMI for short. 
tuwien.auto.calimero.link Link interface to access a KNX network. 
 

Uses of CEMILData in tuwien.auto.calimero.buffer
 

Methods in tuwien.auto.calimero.buffer that return CEMILData
 CEMILData LDataObject.getFrame()
          Returns a CEMILData frame contained in this cache object.
 CEMILData LDataObjectQueue.getFrame()
          Returns a CEMILData frame contained in this cache object.
 CEMILData LDataObjectQueue.QueueItem.getFrame()
          Returns the L-Data frame for this item.
 CEMILData[] LDataObjectQueue.getFrames()
          Returns all L-Data frames currently hold by the queue.
 CEMILData CommandFilter.request(KNXAddress dst, Configuration c)
          Returns the next available indication for the specified KNX address.
 CEMILData StateFilter.request(KNXAddress dst, Configuration c)
           
 CEMILData Configuration.RequestFilter.request(KNXAddress dst, Configuration c)
          Requests data for address dst from the network buffer.
 

Methods in tuwien.auto.calimero.buffer with parameters of type CEMILData
 void LDataObject.setFrame(CEMILData frame)
          Sets a new CEMILData frame for this cache object.
 void LDataObjectQueue.setFrame(CEMILData frame)
          Sets a new CEMILData frame for this cache object.
 

Constructors in tuwien.auto.calimero.buffer with parameters of type CEMILData
LDataObject(CEMILData frame)
          Creates a LDataObject holding the frame argument.
LDataObjectQueue.QueueItem(CEMILData frame, long timestamp)
          Creates a new QueueItem.
 

Uses of CEMILData in tuwien.auto.calimero.cemi
 

Subclasses of CEMILData in tuwien.auto.calimero.cemi
 class CEMILDataEx
          A cEMI link layer data message (L-Data).
 

Methods in tuwien.auto.calimero.cemi with parameters of type CEMILData
static CEMI CEMIFactory.create(IndividualAddress src, KNXAddress dst, CEMILData original, boolean extended)
          Creates a new cEMI L-Data message with information provided by original, and adjusts source and destination address to match the supplied addresses.
 

Uses of CEMILData in tuwien.auto.calimero.link
 

Methods in tuwien.auto.calimero.link with parameters of type CEMILData
 void KNXNetworkLinkFT12.send(CEMILData msg, boolean waitForCon)
           
 void KNXNetworkLink.send(CEMILData msg, boolean waitForCon)
          Sends a KNX link layer message supplied as type cEMI L-data.
 void KNXNetworkLinkIP.send(CEMILData msg, boolean waitForCon)