Uses of Class
tuwien.auto.calimero.IndividualAddress

Packages that use IndividualAddress
tuwien.auto.calimero.cemi Offers an interface to the common External Message Interface, cEMI for short. 
tuwien.auto.calimero.knxnetip.util Structures used in KNXnet/IP service types. 
tuwien.auto.calimero.link.medium Contains setting types storing necessary KNX device and medium information, and KNX message frame types for different KNX communication media. 
tuwien.auto.calimero.mgmt Contains KNX property and management services. 
tuwien.auto.calimero.process Provides high level process communication. 
 

Uses of IndividualAddress in tuwien.auto.calimero.cemi
 

Methods in tuwien.auto.calimero.cemi that return IndividualAddress
 IndividualAddress CEMILData.getSource()
          Returns the KNX individual source address.
 

Methods in tuwien.auto.calimero.cemi with parameters of type IndividualAddress
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.
 

Constructors in tuwien.auto.calimero.cemi with parameters of type IndividualAddress
CEMILData(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p)
          Creates a L-Data message with most control information set to default values.
CEMILData(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p, boolean confirm)
          Creates a L-Data message, mainly for confirmation.
CEMILData(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p, boolean repeat, boolean broadcast, boolean ack, int hopCount)
          Creates a L-Data message with full customization for control information.
CEMILData(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p, boolean repeat, int hopCount)
          Creates a L-Data message, mainly for TP1 media.
CEMILDataEx(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p)
          Creates a L-Data message with most control information set to default values.
CEMILDataEx(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p, boolean confirm)
          Creates a L-Data message, mainly for confirmation.
CEMILDataEx(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p, boolean repeat, boolean broadcast, boolean ack, int hopCount)
          Creates a L-Data message with full customization for control information.
CEMILDataEx(int msgCode, IndividualAddress src, KNXAddress dst, byte[] tpdu, Priority p, boolean repeat, int hopCount)
          Creates a L-Data message, mainly for TP1 media.
 

Uses of IndividualAddress in tuwien.auto.calimero.knxnetip.util
 

Methods in tuwien.auto.calimero.knxnetip.util that return IndividualAddress
 IndividualAddress DeviceDIB.getAddress()
          Returns the device individual address.
 IndividualAddress TunnelCRD.getAssignedAddress()
          Returns the assigned address for the tunneling connection.
 

Constructors in tuwien.auto.calimero.knxnetip.util with parameters of type IndividualAddress
TunnelCRD(IndividualAddress addr)
          Creates a new CRD for tunnel connection type containing the given address information.
 

Uses of IndividualAddress in tuwien.auto.calimero.link.medium
 

Fields in tuwien.auto.calimero.link.medium declared as IndividualAddress
protected  IndividualAddress RawFrameBase.src
          Source address.
 

Methods in tuwien.auto.calimero.link.medium that return IndividualAddress
 IndividualAddress KNXMediumSettings.getDeviceAddress()
          Returns the device individual address.
 IndividualAddress RawFrameBase.getSource()
          Returns the KNX individual source address.
 

Methods in tuwien.auto.calimero.link.medium with parameters of type IndividualAddress
 void KNXMediumSettings.setDeviceAddress(IndividualAddress device)
          Sets the device individual address.
 

Constructors in tuwien.auto.calimero.link.medium with parameters of type IndividualAddress
KNXMediumSettings(IndividualAddress device)
          Creates a new container for KNX device/medium settings.
PLSettings(IndividualAddress device, byte[] domain, boolean mediumPL132)
          Creates a new settings container with PL medium specific information.
RFSettings(IndividualAddress device)
          Creates a new settings container with the device individual address for RF medium.
RFSettings(IndividualAddress device, byte[] domain, byte[] serialNumber, boolean unidirectional)
          Creates a new settings container with RF medium specific information.
TPSettings(IndividualAddress device, boolean mediumTP1)
          Creates a new settings container with TP medium specific information.
 

Uses of IndividualAddress in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that return IndividualAddress
 IndividualAddress Destination.getAddress()
          Returns the destination address.
 IndividualAddress[] ManagementClient.readAddress(boolean oneAddressOnly)
          Reads the individual address of a communication partner in the KNX network.
 IndividualAddress[] ManagementClientImpl.readAddress(boolean oneAddressOnly)
           
 IndividualAddress ManagementClient.readAddress(byte[] serialNo)
          Reads the individual address of a communication partner identified using an unique serial number in the KNX network.
 IndividualAddress ManagementClientImpl.readAddress(byte[] serialNo)
           
 

Methods in tuwien.auto.calimero.mgmt with parameters of type IndividualAddress
 Destination ManagementClient.createDestination(IndividualAddress remote, boolean connectionOriented)
          Creates a new destination using the remote KNX address for management communication.
 Destination ManagementClientImpl.createDestination(IndividualAddress remote, boolean connectionOriented)
           
 Destination TransportLayerImpl.createDestination(IndividualAddress remote, boolean connectionOriented)
          Creates a new destination using the remote KNX address for doing transport layer communication.
 Destination TransportLayer.createDestination(IndividualAddress remote, boolean connectionOriented)
          Creates a new destination using the remote KNX address for doing transport layer communication.
 Destination ManagementClient.createDestination(IndividualAddress remote, boolean connectionOriented, boolean keepAlive, boolean verifyMode)
          Creates a new destination using the remote KNX address and connection settings for management communication.
 Destination ManagementClientImpl.createDestination(IndividualAddress remote, boolean connectionOriented, boolean keepAlive, boolean verifyMode)
           
 Destination TransportLayerImpl.createDestination(IndividualAddress remote, boolean connectionOriented, boolean keepAlive, boolean verifyMode)
          Creates a new destination using the remote KNX address and connection settings for doing transport layer communication.
 Destination TransportLayer.createDestination(IndividualAddress remote, boolean connectionOriented, boolean keepAlive, boolean verifyMode)
          Creates a new destination using the remote KNX address and connection settings for doing transport layer communication.
 java.util.List ManagementClient.readDomainAddress(byte[] domain, IndividualAddress startAddress, int range)
          Reads the domain address of a communication partner identified using an address range.
 java.util.List ManagementClientImpl.readDomainAddress(byte[] domain, IndividualAddress start, int range)
           
 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)
           
 

Constructors in tuwien.auto.calimero.mgmt with parameters of type IndividualAddress
Destination(Destination.AggregatorProxy aggregator, IndividualAddress remote, boolean connectionOriented)
          Creates a new destination.
Destination(Destination.AggregatorProxy aggregator, IndividualAddress remote, boolean connectionOriented, boolean keepAlive, boolean verifyMode)
          Creates a new destination with all available destination connection settings.
RemotePropertyServiceAdapter(KNXNetworkLink link, IndividualAddress remote, PropertyAdapterListener l, boolean connOriented)
          Creates a new property adapter for remote property access.
RemotePropertyServiceAdapter(KNXNetworkLink link, IndividualAddress remote, PropertyAdapterListener l, byte[] authorizeKey)
          Creates a new property adapter for remote property access in connection-oriented mode with authorization.
 

Uses of IndividualAddress in tuwien.auto.calimero.process
 

Methods in tuwien.auto.calimero.process that return IndividualAddress
 IndividualAddress ProcessEvent.getSourceAddr()
          Returns the KNX individual source address.
 

Constructors in tuwien.auto.calimero.process with parameters of type IndividualAddress
ProcessEvent(java.lang.Object source, IndividualAddress src, GroupAddress dst, byte[] asdu)
          Creates a new process event with the KNX message source address, destination address and ASDU.