Uses of Class
tuwien.auto.calimero.mgmt.KNXDisconnectException

Packages that use KNXDisconnectException
tuwien.auto.calimero.mgmt Contains KNX property and management services. 
 

Uses of KNXDisconnectException in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that throw KNXDisconnectException
 byte ManagementClientImpl.authorize(Destination dst, byte[] key)
           
 int ManagementClientImpl.readADC(Destination dst, int channelNr, int repeat)
           
 byte[] ManagementClientImpl.readDeviceDesc(Destination dst, int descType)
           
 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 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 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)