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

Packages that use KNXRemoteException
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.mgmt Contains KNX property and management services. 
tuwien.auto.calimero.process Provides high level process communication. 
 

Uses of KNXRemoteException in tuwien.auto.calimero.exception
 

Subclasses of KNXRemoteException in tuwien.auto.calimero.exception
 class KNXInvalidResponseException
          Thrown to indicate a message format mismatch of a response sent by a remote endpoint.
 

Uses of KNXRemoteException in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that throw KNXRemoteException
 byte ManagementClientImpl.authorize(Destination dst, byte[] key)
           
 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.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 KnIPDeviceMgmtAdapter.setProperty(int objIndex, int pid, int start, int elements, byte[] data)
           
 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 KNXRemoteException in tuwien.auto.calimero.process
 

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