Uses of Class
tuwien.auto.calimero.exception.KNXTimeoutException

Packages that use KNXTimeoutException
tuwien.auto.calimero.exception Exception hierarchy containing common types of (checked) exceptions thrown throughout the library by public or protected visible methods. 
tuwien.auto.calimero.knxnetip KNXnet/IP protocols for tunneling, device management and routing. 
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 KNXTimeoutException in tuwien.auto.calimero.exception
 

Subclasses of KNXTimeoutException in tuwien.auto.calimero.exception
 class KNXAckTimeoutException
          Thrown to indicate that a timeout occurred while waiting for an acknowledge response.
 

Uses of KNXTimeoutException in tuwien.auto.calimero.knxnetip
 

Methods in tuwien.auto.calimero.knxnetip that throw KNXTimeoutException
 void KNXnetIPTunnel.send(CEMI frame, KNXnetIPConnection.BlockingMode mode)
          Sends a cEMI frame to the remote server communicating with this endpoint.
 void KNXnetIPDevMgmt.send(CEMI frame, KNXnetIPConnection.BlockingMode mode)
          Sends a cEMI device management frame to the remote server communicating with this endpoint.
 void KNXnetIPConnection.send(CEMI frame, KNXnetIPConnection.BlockingMode mode)
          Sends a cEMI frame to the remote server communicating with this endpoint.
 

Uses of KNXTimeoutException in tuwien.auto.calimero.link
 

Methods in tuwien.auto.calimero.link that throw KNXTimeoutException
 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 KNXTimeoutException in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that throw KNXTimeoutException
 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.
 byte[] KnIPDeviceMgmtAdapter.getDescription(int objIndex, int pid, int propIndex)
           
 byte[] KnIPDeviceMgmtAdapter.getProperty(int objIndex, int pid, int start, int elements)
           
 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(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 KnIPDeviceMgmtAdapter.setProperty(int objIndex, int pid, int start, int elements, byte[] data)
           
 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)
           
 

Uses of KNXTimeoutException in tuwien.auto.calimero.process
 

Methods in tuwien.auto.calimero.process that throw KNXTimeoutException
 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)