All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tuwien.auto.calimero.link.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Link interface to access a KNX network. Two different types of links are provided:
 * 
    *
  • send L-data messages to the KNX network and receive L-data messages from the network
  • *
  • monitor a KNX network by receiving monitor indication messages (completely passive)
  • *
* A link implementation uses a specific underlying protocol to access the KNX network, hiding the particular type of * connection establishment and protocol interaction.
* Also, a link is configured with the KNX network medium used to interconnect KNX devices, to enable transparent * handling of network medium-specific message parts. */ package tuwien.auto.calimero.link;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy