Uses of Interface
tuwien.auto.calimero.link.KNXNetworkLink

Packages that use KNXNetworkLink
tuwien.auto.calimero.buffer Support for temporary storage of KNX network messages. 
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 KNXNetworkLink in tuwien.auto.calimero.buffer
 

Methods in tuwien.auto.calimero.buffer that return KNXNetworkLink
 KNXNetworkLink Configuration.getBaseLink()
          Returns the KNX network link used to create this configuration.
 KNXNetworkLink Configuration.getBufferedLink()
          Returns the buffered network link for the network buffer of this configuration.
 

Methods in tuwien.auto.calimero.buffer with parameters of type KNXNetworkLink
 Configuration NetworkBuffer.createConfiguration(KNXNetworkLink link)
          Creates a new configuration for this network buffer.
static Configuration NetworkBuffer.createConfiguration(KNXNetworkLink link, java.lang.String installationID)
          Creates a new configuration for the network buffer identified by the installation ID.
 Configuration NetworkBuffer.getConfiguration(KNXNetworkLink bufferedLink)
          Gets the configuration which provides the buffered link.
 

Uses of KNXNetworkLink in tuwien.auto.calimero.link
 

Classes in tuwien.auto.calimero.link that implement KNXNetworkLink
 class KNXNetworkLinkFT12
          Implementation of the KNX network network link based on the FT1.2 protocol, using a FT12Connection.
 class KNXNetworkLinkIP
          Implementation of the KNX network link based on the KNXnet/IP protocol, using a KNXnetIPConnection.
 

Uses of KNXNetworkLink in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that return KNXNetworkLink
 KNXNetworkLink ManagementClient.detach()
          Detaches the network link from this management client.
 KNXNetworkLink ManagementClientImpl.detach()
           
 KNXNetworkLink TransportLayerImpl.detach()
           
 KNXNetworkLink TransportLayer.detach()
          Detaches the network link from this transport layer and terminates all layer 4 communication.
 

Constructors in tuwien.auto.calimero.mgmt with parameters of type KNXNetworkLink
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.
RemotePropertyServiceAdapter(KNXNetworkLink link, IndividualAddress remote, PropertyAdapterListener l, byte[] authorizeKey)
          Creates a new property adapter for remote property access in connection-oriented mode with authorization.
TransportLayerImpl(KNXNetworkLink link)
          Creates a new transport layer attached to the supplied KNX network link.
 

Uses of KNXNetworkLink in tuwien.auto.calimero.process
 

Methods in tuwien.auto.calimero.process that return KNXNetworkLink
 KNXNetworkLink ProcessCommunicatorImpl.detach()
           
 KNXNetworkLink ProcessCommunicator.detach()
          Detaches the network link from this process communicator.
 

Constructors in tuwien.auto.calimero.process with parameters of type KNXNetworkLink
ProcessCommunicatorImpl(KNXNetworkLink link)
          Creates a new process communicator attached to the supplied KNX network link.