Uses of Class
tuwien.auto.calimero.link.KNXLinkClosedException

Packages that use KNXLinkClosedException
tuwien.auto.calimero.link Link interface to access a KNX network. 
tuwien.auto.calimero.mgmt Contains KNX property and management services. 
tuwien.auto.calimero.process Provides high level process communication. 
 

Uses of KNXLinkClosedException in tuwien.auto.calimero.link
 

Methods in tuwien.auto.calimero.link that throw KNXLinkClosedException
 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)
           
 void KNXNetworkLinkFT12.sendRequest(KNXAddress dst, Priority p, byte[] nsdu)
           
 void KNXNetworkLink.sendRequest(KNXAddress dst, Priority p, byte[] nsdu)
          Sends a link layer request message to the given destination.
 void KNXNetworkLinkIP.sendRequest(KNXAddress dst, Priority p, byte[] nsdu)
          Sends a link layer request message to the given destination.
 void KNXNetworkLinkFT12.sendRequestWait(KNXAddress dst, Priority p, byte[] nsdu)
           
 void KNXNetworkLink.sendRequestWait(KNXAddress dst, Priority p, byte[] nsdu)
          Sends a link layer request message to the given destination, and waits for the corresponding link layer confirmation.
 void KNXNetworkLinkIP.sendRequestWait(KNXAddress dst, Priority p, byte[] nsdu)
          Sends a link layer request message to the given destination, and waits for the corresponding link layer confirmation.
 

Uses of KNXLinkClosedException in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that throw KNXLinkClosedException
 byte ManagementClientImpl.authorize(Destination dst, byte[] key)
           
 void TransportLayerImpl.broadcast(boolean system, Priority p, byte[] tsdu)
           
 void TransportLayer.broadcast(boolean system, Priority p, byte[] tsdu)
          Broadcasts data in the KNX network.
 void TransportLayerImpl.connect(Destination d)
           
 void TransportLayer.connect(Destination d)
          Connects to the destination.
 void TransportLayerImpl.disconnect(Destination d)
           
 void TransportLayer.disconnect(Destination d)
          Disconnects from the destination.
 int ManagementClientImpl.readADC(Destination dst, int channelNr, int repeat)
           
 IndividualAddress[] ManagementClientImpl.readAddress(boolean oneAddressOnly)
           
 IndividualAddress ManagementClientImpl.readAddress(byte[] serialNo)
           
 byte[] ManagementClientImpl.readDeviceDesc(Destination dst, int descType)
           
 java.util.List ManagementClientImpl.readDomainAddress(boolean oneDomainOnly)
           
 java.util.List ManagementClientImpl.readDomainAddress(byte[] domain, IndividualAddress start, int range)
           
 byte[] ManagementClientImpl.readMemory(Destination dst, int startAddr, int bytes)
           
 byte[] ManagementClientImpl.readProperty(Destination dst, int objIndex, int propID, int start, int elements)
           
 byte[] ManagementClientImpl.readPropertyDesc(Destination dst, int objIndex, int propID, int propIndex)
           
 void ManagementClient.restart(Destination dst)
          Initiates a reset of the controller of a communication partner.
 void ManagementClientImpl.restart(Destination dst)
           
 void TransportLayerImpl.sendData(Destination d, Priority p, byte[] tsdu)
           
 void TransportLayer.sendData(Destination d, Priority p, byte[] tsdu)
          Sends data to the given destination using connection oriented mode.
 void TransportLayerImpl.sendData(KNXAddress addr, Priority p, byte[] tsdu)
           
 void TransportLayer.sendData(KNXAddress addr, Priority p, byte[] tsdu)
          Sends data to the given KNX address using connectionless mode.
 void ManagementClient.writeAddress(byte[] serialNo, IndividualAddress newAddress)
          Modifies the individual address of a communication partner identified using an unique serial number in the KNX network.
 void ManagementClientImpl.writeAddress(byte[] serialNo, IndividualAddress newAddress)
           
 void ManagementClient.writeAddress(IndividualAddress newAddress)
          Modifies the individual address of a communication partner in the KNX network.
 void ManagementClientImpl.writeAddress(IndividualAddress newAddress)
           
 void ManagementClient.writeDomainAddress(byte[] domain)
          Modifies the domain address of a communication partner in the KNX network.
 void ManagementClientImpl.writeDomainAddress(byte[] domain)
           
 void ManagementClientImpl.writeKey(Destination dst, int level, byte[] key)
           
 void ManagementClientImpl.writeMemory(Destination dst, int startAddr, byte[] data)
           
 void ManagementClientImpl.writeProperty(Destination dst, int objIndex, int propID, int start, int elements, byte[] data)
           
 

Constructors in tuwien.auto.calimero.mgmt that throw KNXLinkClosedException
ManagementClientImpl(KNXNetworkLink link)
          Creates a new management client attached to the supplied KNX network link.
RemotePropertyServiceAdapter(KNXNetworkLink link, IndividualAddress remote, PropertyAdapterListener l, boolean connOriented)
          Creates a new property adapter for remote property access.
TransportLayerImpl(KNXNetworkLink link)
          Creates a new transport layer attached to the supplied KNX network link.
 

Uses of KNXLinkClosedException in tuwien.auto.calimero.process
 

Methods in tuwien.auto.calimero.process that throw KNXLinkClosedException
 boolean ProcessCommunicatorImpl.readBool(GroupAddress dst)
           
 byte ProcessCommunicatorImpl.readControl(GroupAddress dst)
           
 float ProcessCommunicatorImpl.readFloat(GroupAddress dst)
           
 java.lang.String ProcessCommunicatorImpl.readString(GroupAddress dst)
           
 short ProcessCommunicatorImpl.readUnsigned(GroupAddress dst, java.lang.String scale)
           
 void ProcessCommunicatorImpl.write(GroupAddress dst, boolean value)
           
 void ProcessCommunicator.write(GroupAddress dst, boolean value)
          Writes a boolean datapoint value to a group destination.
 void ProcessCommunicatorImpl.write(GroupAddress dst, boolean control, byte stepcode)
           
 void ProcessCommunicatorImpl.write(GroupAddress dst, float value)
           
 void ProcessCommunicatorImpl.write(GroupAddress dst, int value, java.lang.String scale)
           
 void ProcessCommunicatorImpl.write(GroupAddress dst, java.lang.String value)
           
 

Constructors in tuwien.auto.calimero.process that throw KNXLinkClosedException
ProcessCommunicatorImpl(KNXNetworkLink link)
          Creates a new process communicator attached to the supplied KNX network link.